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()
NamedObject
getName
in interface NamedObject
public String getDescription()
NamedObject
getDescription
in interface NamedObject
public Object getValue()
getValue
in interface NamedObject