public interface Alphabet extends NamedElement
The following features are supported:
COBOLPackage.getAlphabet()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
CharacterCodeSet |
getCodeSet()
Returns the value of the 'Code Set' attribute.
|
java.util.List |
getValueListsAndRanges()
Returns the value of the 'Value Lists And Ranges' containment reference list.
|
void |
setCodeSet(CharacterCodeSet value)
Sets the value of the '
Code Set' attribute. |
getName, setNamegetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
CharacterCodeSet getCodeSet()
CharacterCodeSet.
The value represents one of the predefined character code sets or that no character code set was specified.
CharacterCodeSet,
setCodeSet(CharacterCodeSet),
COBOLPackage.getAlphabet_CodeSet()void setCodeSet(CharacterCodeSet value)
Code Set' attribute.
value - the new value of the 'Code Set' attribute.CharacterCodeSet,
getCodeSet()java.util.List getValueListsAndRanges()
LiteralValueListOrRange.
The values are the literals or ranges that determine the collating sequence.
COBOLPackage.getAlphabet_ValueListsAndRanges()