|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- type of the propertypublic interface IProperty<T>
Interface for property identifiers. Properties have a type and a default value, and
they have an internal mechanism for identification, which should be compatible
with their Object.equals(Object)
and Object.hashCode()
implementations.
Method Summary | |
---|---|
T |
getDefault()
Returns the default value of this property. |
String |
getId()
Returns an identifier string for this property. |
Comparable<T> |
getLowerBound()
Returns the lower bound of this property. |
Comparable<T> |
getUpperBound()
Returns the upper bound of this property. |
Method Detail |
---|
T getDefault()
null
if the property has no default valueComparable<T> getLowerBound()
Comparable<T> getUpperBound()
String getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |