public enum T42DCodingMode extends java.lang.Enum<T42DCodingMode>
Enum Constant and Description |
---|
HHORIZONTAL |
PASS |
VERTICAL_LEFT1 |
VERTICAL_LEFT2 |
VERTICAL_LEFT3 |
VERTICAL_RIGHT1 |
VERTICAL_RIGHT2 |
VERTICAL_RIGHT3 |
VERTICAL0 |
Modifier and Type | Method and Description |
---|---|
T42DCode |
getCode() |
static T42DCodingMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static T42DCodingMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final T42DCodingMode PASS
public static final T42DCodingMode HHORIZONTAL
public static final T42DCodingMode VERTICAL0
public static final T42DCodingMode VERTICAL_RIGHT1
public static final T42DCodingMode VERTICAL_RIGHT2
public static final T42DCodingMode VERTICAL_RIGHT3
public static final T42DCodingMode VERTICAL_LEFT1
public static final T42DCodingMode VERTICAL_LEFT2
public static final T42DCodingMode VERTICAL_LEFT3
public static T42DCodingMode[] values()
for (T42DCodingMode c : T42DCodingMode.values()) System.out.println(c);
public static T42DCodingMode 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 nullpublic T42DCode getCode()