Interface Summary |
BooleanicProperty |
BooleanicProperty holds the same position as NumericProperty for
numbers. |
BooleanPrimitiveProperty |
BooleanProperty represents boolean properties that can be true or false
and never null. |
BooleanProperty |
BooleanProperty represents Boolean properties that can be true, false
or null. |
ClassProperty |
Interface for Class properties. |
CollectionProperty |
A CollectionProperty is a property which can holds a collection
of some kind (list or set). |
DataListProperty |
Interface for a typed updateable list of objects. |
DataMapProperty |
Interface for a typed updateable map of objects. |
DataProperty |
A DataProperty is a property which can express all of its data
in a single formalised String. |
DateProperty |
Interface for Date properties, based on ISO8601 date definitions. |
DateTimeProperty |
Interface for DateTime properties, based on ISO8601 date/time definitions. |
DecimalProperty |
Interface for Decimal (BigDecimal) properties. |
DoublePrimitiveProperty |
Interface for primitive double properties. |
DoubleProperty |
Interface for Double properties. |
InstantProperty |
Interface representing an instant in the datetime continuum as a
property. |
IntegerPrimitiveProperty |
Interface for primitive int properties. |
IntegerProperty |
Interface for Integer properties. |
LinkingProperty |
A LinkingProperty is a property which represents a link between
one bean and some other beans. |
LinkListProperty |
Interface for an updateable list of Beans. |
LinkMapProperty |
Interface for a typed updateable map of beans. |
LinkProperty |
Interface for a LinkProperty that expresses a link between one Bean
and another. |
ListProperty |
A ListProperty is a property which can holds a list. |
LocaleProperty |
Interface for Boolean properties. |
LongPrimitiveProperty |
Interface for long properties. |
LongProperty |
Interface for Long properties. |
MapProperty |
Interface for a typed updateable map of objects. |
NumericProperty |
Interface for Numeric properties. |
ObjectProperty |
Interface for property types which are not provided by Joda but are
immutable. |
StringProperty |
Interface for String properties. |
TimeProperty |
Interface for Time properties, based on ISO8601 time definitions. |