Class Summary |
AbstractBooleanicProperty |
Default implementation of a Booleanic property. |
AbstractDateTimeProperty |
Abstract class useful for Date and Time property implementations. |
AbstractDoubleProperty |
Abstract implementation of a Double property. |
AbstractIntegerProperty |
Abstract implementation of an Integer property. |
AbstractLongProperty |
Abstract implementation of a Long property. |
AbstractNumericProperty |
Abstract class useful for Numeric property implementations. |
DefaultBooleanPrimitiveProperty |
Default implementation of a boolean property. |
DefaultBooleanProperty |
Default implementation of a Boolean property. |
DefaultClassProperty |
Default implementation of a Class property. |
DefaultDateProperty |
Standard implementation of a Date property. |
DefaultDateTimeProperty |
Standard implementation of a DateTime read/write property. |
DefaultDecimalProperty |
Default implementation of a Decimal property. |
DefaultDoublePrimitiveProperty |
Default implementation of a double property. |
DefaultDoubleProperty |
Default implementation of a Double property. |
DefaultIntegerPrimitiveProperty |
Default implementation of a primitive int property. |
DefaultIntegerProperty |
Default implementation of an Integer property. |
DefaultLocaleProperty |
Default implementation of a Locale property. |
DefaultLongPrimitiveProperty |
Default implementation of a primitive long property. |
DefaultLongProperty |
Default implementation of a Long property. |
DefaultObjectProperty |
Default implementation of a non-typed immutable property. |
DefaultStringProperty |
Default implementation of a String property. |
DefaultTimeProperty |
Standard implementation of a Time property. |