|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Name
Interface which abstracts the Enum.name() method which is the only method which can be shared across several
Enum implementations without conflicts.
This allows to use Enums as a container for options but keep the code points where it is used open to extension by
other Enums implementing the same interface. This same interface should be a subtype from this one.
JAXBName| Method Summary | |
|---|---|
String |
name()
Returns the name of the Name |
| Method Detail |
|---|
String name()
Name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||