public class NamedAnything extends Object implements NamedObject
| Constructor and Description |
|---|
NamedAnything(Object value,
String desc) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Get the object's description.
|
String |
getName()
Get the object's name
|
Object |
getValue() |
String |
toString() |
public String getName()
NamedObjectgetName in interface NamedObjectpublic String getDescription()
NamedObjectgetDescription in interface NamedObjectpublic Object getValue()
getValue in interface NamedObject