| AbstractPropertySource |
Base class for objects which can be configured through properties.
|
| BooleanMultiProperty |
Defines a property type that supports multiple Boolean values.
|
| BooleanMultiProperty.BooleanMultiPBuilder |
|
| BooleanProperty |
Defines a property type that supports single Boolean values.
|
| BooleanProperty.BooleanPBuilder |
|
| CharacterMultiProperty |
Multi-valued character property.
|
| CharacterMultiProperty.CharacterMultiPBuilder |
|
| CharacterProperty |
Defines a property type that supports single Character values.
|
| CharacterProperty.CharacterPBuilder |
|
| DoubleMultiProperty |
Multi-valued double property.
|
| DoubleMultiProperty.DoubleMultiPBuilder |
|
| DoubleProperty |
Defines a property type that support single double-type property values within an upper and lower boundary.
|
| DoubleProperty.DoublePBuilder |
|
| EnumeratedMultiProperty<E> |
Multi-valued property which can take only a fixed set of values of any type, then selected via String labels.
|
| EnumeratedMultiProperty.EnumMultiPBuilder<E> |
|
| EnumeratedProperty<E> |
Property which can take only a fixed set of values of any type, then selected via String labels.
|
| EnumeratedProperty.EnumPBuilder<E> |
|
| FileProperty |
Property taking a File object as its value.
|
| FileProperty.FilePBuilder |
|
| FloatMultiProperty |
Multi-valued float property.
|
| FloatMultiProperty.FloatMultiPBuilder |
|
| FloatProperty |
Defines a property type that supports single float property values within an upper and lower boundary.
|
| FloatProperty.FloatPBuilder |
|
| IntegerMultiProperty |
Multi-valued integer property.
|
| IntegerMultiProperty.IntegerMultiPBuilder |
|
| IntegerProperty |
Defines a datatype that supports single Integer property values within an upper and lower boundary.
|
| IntegerProperty.IntegerPBuilder |
|
| LongMultiProperty |
Multi-valued long property.
|
| LongMultiProperty.LongMultiPBuilder |
|
| LongProperty |
Single valued long property.
|
| LongProperty.LongPBuilder |
|
| MethodMultiProperty |
Defines a property type that can specify multiple methods to use as part of a rule.
|
| MethodMultiProperty.MethodMultiPBuilder |
|
| MethodProperty |
Defines a property type that can specify a single method to use as part of a rule.
|
| MethodProperty.MethodPBuilder |
|
| RegexProperty |
Property which has a regex pattern as a value.This property has no multi-valued
variant, since it would be ambiguous whether the delimiters are part of the regex
or not.
|
| RegexProperty.RegexPBuilder |
|
| StringMultiProperty |
Defines a datatype that supports multiple String values.
|
| StringMultiProperty.StringMultiPBuilder |
|
| StringProperty |
Defines a datatype that supports single String values.
|
| StringProperty.StringPBuilder |
|
| TypeMultiProperty |
Defines a property that supports multiple class types, even for primitive values!
TODO - untested for array types
|
| TypeMultiProperty.TypeMultiPBuilder |
|
| TypeProperty |
Defines a property that supports single class types, even for primitive values!
TODO - untested for array types
|
| TypeProperty.TypePBuilder |
|
| ValueParserConstants |
|