com.ibm.etools.cobol.application.model.cobol

Class CharacterCodeSet

  • java.lang.Object
    • org.eclipse.emf.common.util.AbstractEnumerator
      • com.ibm.etools.cobol.application.model.cobol.CharacterCodeSet
  • All Implemented Interfaces:
    java.io.Serializable, org.eclipse.emf.common.util.Enumerator


    public final class CharacterCodeSet
    extends org.eclipse.emf.common.util.AbstractEnumerator
    A representation of the character code set in the ALPHABET clause in the SPECIAL-NAMES paragraph. The values represent EBCDIC, NATIVE, STANDARD-1, and STANDARD-2. If no code set was specified, the CODESET_NOT_SPECIFIED literal is used. This includes the literals of the enumeration 'Character Code Set', and utility methods for working with them.
    See Also:
    COBOLPackage.getCharacterCodeSet(), Serialized Form