public static class SClassReader.EnumInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
type
The enum type.
|
protected java.lang.String |
value
The enum value.
|
| Modifier | Constructor and Description |
|---|---|
protected |
EnumInfo(java.lang.String type,
java.lang.String value)
Create enum info.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getType()
Gets the type.
|
java.lang.String |
getValue()
Gets the enum value.
|