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