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