public interface AQType
| Modifier and Type | Method and Description |
|---|---|
AQBigDecimalFactory |
getBigDecimal()
Returns a singleton object which provides
BigDecimal manipulation and validation functionality. |
AQBigIntegerFactory |
getBigInteger()
Returns a singleton object which provides
BigInteger manipulation and validation functionality. |
AQByteFactory |
getByte()
Returns a singleton object which provides
Byte manipulation and validation functionality. |
AQColorFactory |
getColor()
Returns a singleton object which allows for color manipulation.
|
AQCreditCardFactory |
getCreditCard()
Returns a singleton object which allows for credit card number validation.
|
AQDateFactory |
getDate()
Returns a singleton object which allows for date manipulation and validation.
|
AQDoubleFactory |
getDouble()
Returns a singleton object which provides
Double manipulation and validation functionality. |
AQEmailAddressFactory |
getEmailAddress()
Returns a singleton object which allows for email address validation.
|
AQFloatFactory |
getFloat()
Returns a singleton object which provides
Float manipulation and validation functionality. |
AQFontFactory |
getFont()
Returns a singleton object which allows for font manipulation.
|
AQIntegerFactory |
getInteger()
Returns a singleton object which provides
Integer manipulation and validation functionality. |
AQLongFactory |
getLong()
Returns a singleton object which provides
Long manipulation and validation functionality. |
AQShortFactory |
getShort()
Returns a singleton object which provides
Short manipulation and validation functionality. |
AQStringFactory |
getString()
Returns a singleton object which allows for
String validation. |
AQBigDecimalFactory getBigDecimal()
BigDecimal manipulation and validation functionality.AQBigIntegerFactory getBigInteger()
BigInteger manipulation and validation functionality.AQDoubleFactory getDouble()
Double manipulation and validation functionality.AQFloatFactory getFloat()
Float manipulation and validation functionality.AQByteFactory getByte()
Byte manipulation and validation functionality.AQShortFactory getShort()
Short manipulation and validation functionality.AQIntegerFactory getInteger()
Integer manipulation and validation functionality.AQLongFactory getLong()
Long manipulation and validation functionality.AQDateFactory getDate()
AQEmailAddressFactory getEmailAddress()
AQCreditCardFactory getCreditCard()
AQStringFactory getString()
String validation.AQColorFactory getColor()
AQFontFactory getFont()
Copyright © 2019 AquaFold, Inc. All Rights Reserved. Use is subject to license terms.