public static class Ildasm.EncodingTypes extends EnumeratedAttribute
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ASCII
ASCII
|
static java.lang.String |
UNICODE
Unicode
|
static java.lang.String |
UTF8
UTF8
|
value
Constructor and Description |
---|
Ildasm.EncodingTypes() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getEncodingOption(java.lang.String enumValue)
This method maps from an encoding enum to an encoding option.
|
java.lang.String[] |
getValues()
This is the only method a subclass needs to implement.
|
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString
public static final java.lang.String UNICODE
public static final java.lang.String UTF8
public static final java.lang.String ASCII
public java.lang.String[] getValues()
getValues
in class EnumeratedAttribute
public static java.lang.String getEncodingOption(java.lang.String enumValue)
enumValue
- the value to use.