public static enum EncodingUtil.Magic8 extends java.lang.Enum<EncodingUtil.Magic8>
Enum Constant and Description |
---|
ABSOLUTELY |
NO_WAY |
WELL_IF_YOU_INSIST |
Modifier and Type | Method and Description |
---|---|
static EncodingUtil.Magic8 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EncodingUtil.Magic8[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EncodingUtil.Magic8 ABSOLUTELY
public static final EncodingUtil.Magic8 WELL_IF_YOU_INSIST
public static final EncodingUtil.Magic8 NO_WAY
public static EncodingUtil.Magic8[] values()
for (EncodingUtil.Magic8 c : EncodingUtil.Magic8.values()) System.out.println(c);
public static EncodingUtil.Magic8 valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null