|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SymbolicCharactersClause
A representation of the SYMBOLIC CHARACTERS clause in the SPECIAL-NAMES paragraph.
The following features are supported:
COBOLPackage.getSymbolicCharactersClause()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
Alphabet |
getIn()
Returns the value of the 'In' reference. |
java.util.List |
getOrdinalPositions()
Returns the value of the 'Ordinal Positions' attribute list. |
java.util.List |
getSymbolicCharacters()
Returns the value of the 'Symbolic Characters' attribute list. |
void |
setIn(Alphabet value)
Sets the value of the ' In' reference. |
| Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.ASTNode |
|---|
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTag |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Field Detail |
|---|
static final java.lang.String copyright
| Method Detail |
|---|
java.util.List getSymbolicCharacters()
String.
COBOLPackage.getSymbolicCharactersClause_SymbolicCharacters()java.util.List getOrdinalPositions()
Integer.
COBOLPackage.getSymbolicCharactersClause_OrdinalPositions()Alphabet getIn()
The value is the alphabet specified in the IN clause.
setIn(Alphabet),
COBOLPackage.getSymbolicCharactersClause_In()void setIn(Alphabet value)
In' reference.
value - the new value of the 'In' reference.getIn()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||