Class | Description |
---|---|
BigDecimalPropertyType |
PropertyType that validates to a BigDecimal value.
|
BigIntegerPropertyType |
PropertyType that validates to a BigInteger value.
|
BooleanPropertyType |
PropertyType that validates to a boolean value.
|
ByteSizePropertyType |
PropertyType that validates to a ByteSizeVO value.
|
CharsetPropertyType |
PropertyType that validates to a Charset value.
|
ClassnamePropertyType |
PropertyType that validates to a class value.
|
ColorPropertyType |
PropertyType that validates to a color value.
|
ConnectionUrlPropertyType |
PropertyType that validates to a String to be a valid database connection URL it has to be in the form "
jdbc:subprotocol:subname ". |
CountryPropertyType |
PropertyType that validates to a Locale value only based on country code.
|
DateFormatPropertyType |
PropertyType that validates to a SimpleDateFormat value.
|
DateTimePropertyType |
PropertyType that validates to a date value.
|
DecimalFormatPropertyType |
PropertyType that validates to a DecimalFormat value.
|
DirectoryPropertyType |
PropertyType that validates to a file value of type directory.
|
DoublePropertyType |
PropertyType that validates to a Double value.
|
EmailPropertyType |
PropertyType that validates to a string value into a valid email address.
|
EnumPropertyType<T extends Enum<T>> |
PropertyType that validates to a string value to an Enum type constant.
|
EnvironmentPropertyType |
PropertyType that validates to a enum Environment class.
|
FilenameFilterPropertyType |
PropertyType that validates to a AbstractStringFilenameFilter value.
|
FilePropertyType |
PropertyType that validates to a file value of type file.
|
FileStructurePropertyType |
This property type initialize and validates a file structure from a root directory point of view.
|
FontPropertyType |
PropertyType that validates to a Font value.
|
HourIntervalsPropertyType |
PropertyType that validates to a HourIntervalsVO value.
|
InetAddressPropertyType |
PropertyType that validates to a InetAddress value.
|
IntegerPropertyType |
PropertyType that validates to a Integer value.
|
IP4AddressPropertyType |
PropertyType that validates to a string value into a valid IP4 address.
|
IPRangePropertyType |
PropertyType that validates to a string value to an IPRange.
An ip range can be either by all ip addresses, a single address, or different ranges. You can than use the IPRange class to see if an given ip address is inside your address range space. |
LatLngPropertyType |
See detailed descriptions in the LatLng and GeoUtils documentation.
|
LdapNamePropertyType |
PropertyType that validates to a LdapName value.
|
ListKeyValuePropertyType<K,V> |
PropertyType that validates to a list of KeyValueVO with <K> as key and <V> as value.
|
ListPropertyType<T> |
Holds a list of another PropertyType.
|
LocalePropertyType |
PropertyType that validates to a Locale value.
|
LongPropertyType |
PropertyType that validates to a Long value.
|
MimeTypePropertyType |
PropertyType that validates to a MimeType value.
|
MonthPropertyType |
PropertyType that validates to a Month class.
|
PasswordPropertyType |
Implementation for IPasswordPropertyType.
|
Point2DPropertyType |
PropertyType that validates to a
dk.heick.properties.types.custom.Point2D value. |
Point3DPropertyType |
PropertyType that validates to a
dk.heick.properties.types.custom.Point3D value. |
ProxyPropertyType |
PropertyType that validates to a Proxy value.
|
RangePropertyType<T extends Comparable<T>> |
PropertyType that validates to a string value to an RangeVO of type
T .Type T must extends Comparable<T> . |
RegularExpressionPropertyType |
PropertyType that validates to a string value against a regular expression.
|
SequencePropertyType |
PropertyType that validates to a SequenceVO value.
|
StringPropertiesPropertyType |
This type convert and validates a string to a
java.util.Properties . |
StringPropertyType |
PropertyType that validates to a string value by the attributes provided in the constructor.
|
TimeSpanPropertyType |
PropertyType that validates to a
dk.heick.properties.types.custom.TimeSpan value. |
TimeUnitPropertyType |
PropertyType that validates to a TimeUnit class.
|
TimeZonePropertyType |
PropertyType that validates to a TimeZone value.
|
URIPropertyType |
PropertyType that validates to a URI value.
|
URLPropertyType |
PropertyType that validates to a URL value.
|
VersionPropertyType |
A String that conforms to the version pattern "
major.minor[.revision][_state[version]][-name] ". |
WeekdayPropertyType |
PropertyType that validates to a Weekday enum class.
|