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