static enum MinimalEncoder.Mode extends java.lang.Enum<MinimalEncoder.Mode>
Modifier and Type | Method and Description |
---|---|
static MinimalEncoder.Mode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MinimalEncoder.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MinimalEncoder.Mode ASCII
public static final MinimalEncoder.Mode C40
public static final MinimalEncoder.Mode TEXT
public static final MinimalEncoder.Mode X12
public static final MinimalEncoder.Mode EDF
public static final MinimalEncoder.Mode B256
public static MinimalEncoder.Mode[] values()
for (MinimalEncoder.Mode c : MinimalEncoder.Mode.values()) System.out.println(c);
public static MinimalEncoder.Mode 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