Enum Constant and Description |
---|
LOG |
ORDER |
XXX_DIRECT |
XXX_DIREDT_ORDER |
XXX_LOG_ORDER |
Modifier and Type | Method and Description |
---|---|
static Encoding |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Encoding[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Encoding ORDER
public static final Encoding XXX_DIRECT
public static final Encoding XXX_DIREDT_ORDER
public static final Encoding LOG
public static final Encoding XXX_LOG_ORDER
public static Encoding[] values()
for (Encoding c : Encoding.values()) System.out.println(c);
public static Encoding 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