| Modifier and Type | Field and Description |
|---|---|
static CharacterCodeSet |
CharacterCodeSet.CODESET_EBCDIC_LITERAL
The 'CODESET EBCDIC' literal object.
|
static CharacterCodeSet |
CharacterCodeSet.CODESET_NATIVE_LITERAL
The 'CODESET NATIVE' literal object.
|
static CharacterCodeSet |
CharacterCodeSet.CODESET_NOT_SPECIFIED_LITERAL
The 'CODESET NOT SPECIFIED' literal object.
|
static CharacterCodeSet |
CharacterCodeSet.CODESET_STANDARD_1_LITERAL
The 'CODESET STANDARD 1' literal object.
|
static CharacterCodeSet |
CharacterCodeSet.CODESET_STANDARD_2_LITERAL
The 'CODESET STANDARD 2' literal object.
|
| Modifier and Type | Method and Description |
|---|---|
static CharacterCodeSet |
CharacterCodeSet.get(int value)
Returns the 'Character Code Set' literal with the specified integer value.
|
static CharacterCodeSet |
CharacterCodeSet.get(java.lang.String literal)
Returns the 'Character Code Set' literal with the specified literal value.
|
static CharacterCodeSet |
CharacterCodeSet.getByName(java.lang.String name)
Returns the 'Character Code Set' literal with the specified name.
|
CharacterCodeSet |
Alphabet.getCodeSet()
Returns the value of the 'Code Set' attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Alphabet.setCodeSet(CharacterCodeSet value)
Sets the value of the '
Code Set' attribute. |