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
intvalue of the enumerator. |
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature