public interface NamedObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
NamedObject.Value |
| Modifier and Type | Method and Description |
|---|---|
static NamedObject |
create(Object value,
String desc) |
static NamedObject |
create(String name,
String desc,
Object value) |
String |
getDescription()
Get the object's description.
|
String |
getName()
Get the object's name
|
Object |
getValue()
Get the object itself
|
String getName()
String getDescription()
Object getValue()
static NamedObject create(String name, String desc, Object value)
static NamedObject create(Object value, String desc)