OpenAPI 1.0

Uses of Package
com.aquafold.openapi.type

Packages that use com.aquafold.openapi.type
com.aquafold.openapi   
com.aquafold.openapi.data   
com.aquafold.openapi.type   
 

Classes in com.aquafold.openapi.type used by com.aquafold.openapi
AQType
          This interface defines data manipulation and validation functionality for several data types.
 

Classes in com.aquafold.openapi.type used by com.aquafold.openapi.data
AQColor
          AQColor represents an immutable color object, based on java.awt.Color.
AQFont
          AQFont represents an immutable font object, based on java.awt.Font.
 

Classes in com.aquafold.openapi.type used by com.aquafold.openapi.type
AQBigDecimalFactory
          This interface provides manipulation and validation functionality for BigDecimal data type.
AQBigIntegerFactory
          This interface provides manipulation and validation functionality for BigInteger data type.
AQByteFactory
          This interface provides manipulation and validation functionality for Byte data type.
AQColor
          AQColor represents an immutable color object, based on java.awt.Color.
AQColorFactory
          This interface provides factory methods for creating AQColor objects.
AQCreditCardFactory
          This interface provides credit card validation functionality.
AQDate
          AQDate represents an immutable calendar date value, based on GregorianCalendar.
AQDateFactory
          This intetface provides factory methods for creation and validation of AQDate date objects.
AQDoubleFactory
          This interface provides manipulation and validation functionality for Double data type.
AQEmailAddressFactory
          This interface provides email address validation functionality.
AQFloatFactory
          This interface provides manipulation and validation functionality for Float data type.
AQFont
          AQFont represents an immutable font object, based on java.awt.Font.
AQFontFactory
          This interface provides factory methods for creating AQFont objects.
AQIntegerFactory
          This interface provides manipulation and validation functionality for Integer data type.
AQLongFactory
          This interface provides manipulation and validation functionality for Long data type.
AQShortFactory
          This interface provides manipulation and validation functionality for Short data type.
AQStringFactory
          This interface provides manipulation and validation functionality for String data type.
 


OpenAPI 1.0


Copyright © 2010 AquaFold, Inc. All Rights Reserved. Use is subject to license terms.