public interface Named
Named.Namer implementation, to satisfy API that calls for a namer.| Modifier and Type | Interface and Description |
|---|---|
static class |
Named.Namer
An implementation of the namer interface for objects implementing the named interface.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
The object's name.
|