|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents a unique identifier realm.
Method Summary | |
java.lang.String |
getName()
Gets the name of the unique realm. |
boolean |
isUnique(java.lang.String value)
Checks whether the given value is unique within the realm. |
void |
register(java.lang.String value)
Registers a new value in the realm. |
void |
unRegister(java.lang.String value)
Unregisters a value from the realm. |
Method Detail |
public boolean isUnique(java.lang.String value)
value
- The value to check.
public void register(java.lang.String value)
value
- The value to register.public void unRegister(java.lang.String value)
value
- The value to unregister.public java.lang.String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |