R - the type of the classfield managed by this keypublic interface UniqueKey<R> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Class<R> |
getClassField()
Return the class type of the component.
|
String |
getKey()
Return the unique key.
|
List<Object> |
getOptionalData()
Return the list of optional data associated to the key.
|
Object |
getValue()
Return the unique object if any or null.
|
String getKey()
Object getValue()
Class<R> getClassField()
Copyright © 2011–2015 JRebirth OSS. All rights reserved.