public static enum CPD_CodePageDescriptor.EncodingScheme extends java.lang.Enum<CPD_CodePageDescriptor.EncodingScheme>
| Enum Constant and Description |
|---|
DoubleByte_EBCDICPresentation |
DoubleByte_EncodingNotSpecified |
DoubleByte_UCSPresentation |
NoEncodingSchemeSpecified |
SingleByte_EBCDICPresentation |
SingleByte_EncodingNotSpecified |
SingleByte_IBMPCData |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDoubleByte()
Returns true, if this is a double-byte encoding scheme, false otherwise.
|
byte[] |
toBytes() |
static CPD_CodePageDescriptor.EncodingScheme |
valueOf(int encodingSchemeCode) |
static CPD_CodePageDescriptor.EncodingScheme |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CPD_CodePageDescriptor.EncodingScheme[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CPD_CodePageDescriptor.EncodingScheme NoEncodingSchemeSpecified
public static final CPD_CodePageDescriptor.EncodingScheme SingleByte_EncodingNotSpecified
public static final CPD_CodePageDescriptor.EncodingScheme DoubleByte_EncodingNotSpecified
public static final CPD_CodePageDescriptor.EncodingScheme SingleByte_IBMPCData
public static final CPD_CodePageDescriptor.EncodingScheme SingleByte_EBCDICPresentation
public static final CPD_CodePageDescriptor.EncodingScheme DoubleByte_EBCDICPresentation
public static final CPD_CodePageDescriptor.EncodingScheme DoubleByte_UCSPresentation
public static CPD_CodePageDescriptor.EncodingScheme[] values()
for (CPD_CodePageDescriptor.EncodingScheme c : CPD_CodePageDescriptor.EncodingScheme.values()) System.out.println(c);
public static CPD_CodePageDescriptor.EncodingScheme 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 CPD_CodePageDescriptor.EncodingScheme valueOf(int encodingSchemeCode)
public byte[] toBytes()
public boolean isDoubleByte()