Enum Constant and Description |
---|
EXTENSION1D |
EXTENSION2D |
H |
P |
UNKNOWN |
V0 |
VL1 |
VL2 |
VL3 |
VR1 |
VR2 |
VR3 |
EOL, EOL_PLUS_ONE, EOL_PLUS_ZERO, runLenArray
Modifier and Type | Method and Description |
---|---|
short |
getCode() |
int |
getCodeLen() |
int |
getRunLen() |
static T42DCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static T42DCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final T42DCode P
public static final T42DCode H
public static final T42DCode V0
public static final T42DCode VR1
public static final T42DCode VR2
public static final T42DCode VR3
public static final T42DCode VL1
public static final T42DCode VL2
public static final T42DCode VL3
public static final T42DCode EXTENSION2D
public static final T42DCode EXTENSION1D
public static final T42DCode UNKNOWN
public static T42DCode[] values()
for (T42DCode c : T42DCode.values()) System.out.println(c);
public static T42DCode 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 int getCodeLen()
getCodeLen
in interface T4Code