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