com.ibm.etools.cobol.application.model.cobol
Interface SymbolicCharactersClause

All Superinterfaces:
ASTNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface SymbolicCharactersClause
extends ASTNode

A representation of the SYMBOLIC CHARACTERS clause in the SPECIAL-NAMES paragraph.

The following features are supported:

See Also:
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

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getSymbolicCharacters

java.util.List getSymbolicCharacters()
Returns the value of the 'Symbolic Characters' attribute list. The list contents are of type String.

Returns:
the value of the 'Symbolic Characters' attribute list.
See Also:
COBOLPackage.getSymbolicCharactersClause_SymbolicCharacters()

getOrdinalPositions

java.util.List getOrdinalPositions()
Returns the value of the 'Ordinal Positions' attribute list. The list contents are of type Integer.

Returns:
the value of the 'Ordinal Positions' attribute list.
See Also:
COBOLPackage.getSymbolicCharactersClause_OrdinalPositions()

getIn

Alphabet getIn()
Returns the value of the 'In' reference.

The value is the alphabet specified in the IN clause.

Returns:
the value of the 'In' reference.
See Also:
setIn(Alphabet), COBOLPackage.getSymbolicCharactersClause_In()

setIn

void setIn(Alphabet value)
Sets the value of the 'In' reference.

Parameters:
value - the new value of the 'In' reference.
See Also:
getIn()