R - the type of the classfield managed by this keypublic interface UniqueKey<R> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Class<R> |
classField()
Return the class type of the component.
|
String |
key()
Return the unique key.
|
List<Object> |
optionalData()
Return the list of optional data associated to the key.
|
UniqueKey<? super R> |
registrationKey()
Gets the registration key.
|
void |
registrationKey(UniqueKey<? super R> registrationKey)
Sets the registration key.
|
Object |
value()
Return the unique object if any or null.
|
String key()
Object value()
Class<R> classField()
List<Object> optionalData()
void registrationKey(UniqueKey<? super R> registrationKey)
registrationKey - the new registration keyCopyright © 2011–2018 JRebirth OSS. All rights reserved.