|
||||||||||
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. |
Object |
getIdentifier()
Returns an object that can be used as identifier for this property. |
Method Detail |
---|
T getDefault()
Object getIdentifier()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |