public static enum CPI_CodePageIndex.GraphicCharacterUseFlag extends java.lang.Enum<CPI_CodePageIndex.GraphicCharacterUseFlag>
| Enum Constant and Description |
|---|
InvalidCodedCharacter
When this flag is set, the character is an invalid coded character (see “Invalid Coded
Character” on page 112).
|
NoIncrement
When this flag bit is set, the print position is not to be incremented (see “No Increment” on
page 112).
|
NoPresentation
When this flag is set, the character not to be printed (see “No Presentation” on page 113).
|
| Modifier and Type | Method and Description |
|---|---|
static int |
toByte(java.util.EnumSet<CPI_CodePageIndex.GraphicCharacterUseFlag> flags) |
static java.util.EnumSet<CPI_CodePageIndex.GraphicCharacterUseFlag> |
valueOf(int flagByte) |
static CPI_CodePageIndex.GraphicCharacterUseFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CPI_CodePageIndex.GraphicCharacterUseFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CPI_CodePageIndex.GraphicCharacterUseFlag InvalidCodedCharacter
public static final CPI_CodePageIndex.GraphicCharacterUseFlag NoPresentation
public static final CPI_CodePageIndex.GraphicCharacterUseFlag NoIncrement
public static CPI_CodePageIndex.GraphicCharacterUseFlag[] values()
for (CPI_CodePageIndex.GraphicCharacterUseFlag c : CPI_CodePageIndex.GraphicCharacterUseFlag.values()) System.out.println(c);
public static CPI_CodePageIndex.GraphicCharacterUseFlag 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 java.util.EnumSet<CPI_CodePageIndex.GraphicCharacterUseFlag> valueOf(int flagByte)
public static int toByte(java.util.EnumSet<CPI_CodePageIndex.GraphicCharacterUseFlag> flags)