Class and Description |
---|
DateTimePropertyType
PropertyType that validates to a date value.
|
EnumPropertyType
PropertyType that validates to a string value to an Enum type constant.
|
Class and Description |
---|
SequencePropertyType
PropertyType that validates to a SequenceVO value.
|
Class and Description |
---|
ByteSizePropertyType
PropertyType that validates to a ByteSizeVO value.
|
EnvironmentPropertyType
PropertyType that validates to a enum Environment class.
|
HourIntervalsPropertyType
PropertyType that validates to a HourIntervalsVO value.
|
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.
|
MonthPropertyType
PropertyType that validates to a Month class.
|
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. |
TimeSpanPropertyType
PropertyType that validates to a
dk.heick.properties.types.custom.TimeSpan 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.
|
Class and Description |
---|
BigDecimalPropertyType
PropertyType that validates to a BigDecimal value.
|
BigIntegerPropertyType
PropertyType that validates to a BigInteger 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.
|
DecimalFormatPropertyType
PropertyType that validates to a DecimalFormat value.
|
DirectoryPropertyType
PropertyType that validates to a file value of type directory.
|
EmailPropertyType
PropertyType that validates to a string value into a valid email address.
|
FilePropertyType
PropertyType that validates to a file value of type file.
|
FontPropertyType
PropertyType that validates to a Font value.
|
InetAddressPropertyType
PropertyType that validates to a InetAddress value.
|
IP4AddressPropertyType
PropertyType that validates to a string value into a valid IP4 address.
|
LdapNamePropertyType
PropertyType that validates to a LdapName value.
|
LocalePropertyType
PropertyType that validates to a Locale value.
|
MimeTypePropertyType
PropertyType that validates to a MimeType value.
|
ProxyPropertyType
PropertyType that validates to a Proxy value.
|
StringPropertiesPropertyType
This type convert and validates a string to a
java.util.Properties . |
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.
|