public static enum PTOCAControlSequence.TBM_TemporaryBaselineMove.TBM_Precision extends java.lang.Enum<PTOCAControlSequence.TBM_TemporaryBaselineMove.TBM_Precision>
| Enum Constant and Description |
|---|
AccuratelyPlaced |
MayBeSimulated |
| Modifier and Type | Method and Description |
|---|---|
int |
toByte() |
static PTOCAControlSequence.TBM_TemporaryBaselineMove.TBM_Precision |
valueOf(byte codeByte) |
static PTOCAControlSequence.TBM_TemporaryBaselineMove.TBM_Precision |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PTOCAControlSequence.TBM_TemporaryBaselineMove.TBM_Precision[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PTOCAControlSequence.TBM_TemporaryBaselineMove.TBM_Precision AccuratelyPlaced
public static final PTOCAControlSequence.TBM_TemporaryBaselineMove.TBM_Precision MayBeSimulated
public static PTOCAControlSequence.TBM_TemporaryBaselineMove.TBM_Precision[] values()
for (PTOCAControlSequence.TBM_TemporaryBaselineMove.TBM_Precision c : PTOCAControlSequence.TBM_TemporaryBaselineMove.TBM_Precision.values()) System.out.println(c);
public static PTOCAControlSequence.TBM_TemporaryBaselineMove.TBM_Precision 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 static PTOCAControlSequence.TBM_TemporaryBaselineMove.TBM_Precision valueOf(byte codeByte) throws AFPParserException
AFPParserExceptionpublic int toByte()