public interface Enumerator
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLiteral()
Returns the literal value of the enumerator.
|
java.lang.String |
getName()
Returns the name of the enumerator.
|
int |
getValue()
Returns the
int value of the enumerator. |