public static class AnnotationsReader.EnumElementValue extends java.lang.Object implements AnnotationsReader.ElementValue
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
enumType
the name of the enum type
|
java.lang.String |
enumVal
the enum value
|
| Constructor and Description |
|---|
EnumElementValue(java.lang.String enumType,
java.lang.String enumVal) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |