public interface Nameable
This interface allows an object to have a name. You can store, set, and get the object name.
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute. |
java.lang.String getName()
"".
This is the name of the object.
setName(String)