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

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

public interface Alphabet
extends NamedElement

A representation of the ALPHABET clause in the SPECIAL-NAMES paragraph in the environment division.

The following features are supported:

See Also:
COBOLPackage.getAlphabet()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 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.
 
Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.NamedElement
getName, setName
 
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

getCodeSet

CharacterCodeSet getCodeSet()
Returns the value of the 'Code Set' attribute. The literals are from the enumeration CharacterCodeSet.

The value represents one of the predefined character code sets or that no character code set was specified.

Returns:
the value of the 'Code Set' attribute.
See Also:
CharacterCodeSet, setCodeSet(CharacterCodeSet), COBOLPackage.getAlphabet_CodeSet()

setCodeSet

void setCodeSet(CharacterCodeSet value)
Sets the value of the 'Code Set' attribute.

Parameters:
value - the new value of the 'Code Set' attribute.
See Also:
CharacterCodeSet, getCodeSet()

getValueListsAndRanges

java.util.List getValueListsAndRanges()
Returns the value of the 'Value Lists And Ranges' containment reference list. The list contents are of type LiteralValueListOrRange.

The values are the literals or ranges that determine the collating sequence.

Returns:
the value of the 'Value Lists And Ranges' containment reference list.
See Also:
COBOLPackage.getAlphabet_ValueListsAndRanges()