|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of CharacterCodeSet in com.ibm.etools.cobol.application.model.cobol |
|---|
| Fields in com.ibm.etools.cobol.application.model.cobol declared as CharacterCodeSet | |
|---|---|
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. |
| Methods in com.ibm.etools.cobol.application.model.cobol that return CharacterCodeSet | |
|---|---|
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. |
| Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type CharacterCodeSet | |
|---|---|
void |
Alphabet.setCodeSet(CharacterCodeSet value)
Sets the value of the ' Code Set' attribute. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||