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()
    • 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()
      • 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()