public static enum CPC_CodePageControl.CPIRepeatingGroupLength extends java.lang.Enum<CPC_CodePageControl.CPIRepeatingGroupLength>
| Enum Constant and Description |
|---|
DoubleByteCodePage |
DoubleByteCodePageUnicodeScalarValues |
SingleByteCodePage |
SingleByteCodePageUnicodeScalarValues |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isUnicodeScalarValues() |
short |
nrOfBytes() |
int |
toByte() |
static CPC_CodePageControl.CPIRepeatingGroupLength |
valueOf(int cpiRepeatingGroupLengthByte) |
static CPC_CodePageControl.CPIRepeatingGroupLength |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CPC_CodePageControl.CPIRepeatingGroupLength[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CPC_CodePageControl.CPIRepeatingGroupLength SingleByteCodePage
public static final CPC_CodePageControl.CPIRepeatingGroupLength DoubleByteCodePage
public static final CPC_CodePageControl.CPIRepeatingGroupLength SingleByteCodePageUnicodeScalarValues
public static final CPC_CodePageControl.CPIRepeatingGroupLength DoubleByteCodePageUnicodeScalarValues
public static CPC_CodePageControl.CPIRepeatingGroupLength[] values()
for (CPC_CodePageControl.CPIRepeatingGroupLength c : CPC_CodePageControl.CPIRepeatingGroupLength.values()) System.out.println(c);
public static CPC_CodePageControl.CPIRepeatingGroupLength 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 CPC_CodePageControl.CPIRepeatingGroupLength valueOf(int cpiRepeatingGroupLengthByte)
public int toByte()
public short nrOfBytes()
public boolean isUnicodeScalarValues()