public static enum CPC_CodePageControl.CodePageUseFlag extends java.lang.Enum<CPC_CodePageControl.CodePageUseFlag>
| Enum Constant and Description |
|---|
SortOrder
When this flag bit is set to B'1' (on), the CPI repeating groups are sorted in ascending code
point order.
|
VariableSpaceEnable
This flag is used to enable variable spacing.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
toByte(java.util.EnumSet<CPC_CodePageControl.CodePageUseFlag> flags) |
static java.util.EnumSet<CPC_CodePageControl.CodePageUseFlag> |
valueOf(int flagByte) |
static CPC_CodePageControl.CodePageUseFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CPC_CodePageControl.CodePageUseFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CPC_CodePageControl.CodePageUseFlag SortOrder
public static final CPC_CodePageControl.CodePageUseFlag VariableSpaceEnable
public static CPC_CodePageControl.CodePageUseFlag[] values()
for (CPC_CodePageControl.CodePageUseFlag c : CPC_CodePageControl.CodePageUseFlag.values()) System.out.println(c);
public static CPC_CodePageControl.CodePageUseFlag 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<CPC_CodePageControl.CodePageUseFlag> valueOf(int flagByte)
public static int toByte(java.util.EnumSet<CPC_CodePageControl.CodePageUseFlag> flags)