public abstract static class NamedObject.Value extends Object implements NamedObject
NamedObject.Value| Constructor and Description |
|---|
Value() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getDescription()
Get the object's description.
|
abstract String |
getName()
Get the object's name
|
abstract Object |
getValue()
Get the object itself
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatepublic abstract String getName()
NamedObjectgetName in interface NamedObjectpublic abstract String getDescription()
NamedObjectgetDescription in interface NamedObjectpublic abstract Object getValue()
NamedObjectgetValue in interface NamedObject