public interface Named
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Get the name of the Object.
|
boolean |
isNamed(String aName)
Returns true if this Object is named as the specified parameter.
|
String getName()
boolean isNamed(String aName)
aName - a possible name.