Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
com.ibm.etools.cobol.application.model.cobol.CharacterCodeSet

    • Uses of CharacterCodeSet in com.ibm.etools.cobol.application.model.cobol

      Fields in com.ibm.etools.cobol.application.model.cobol declared as CharacterCodeSet 
      Modifier and Type Field and Description
      static CharacterCodeSet CharacterCodeSet.CODESET_EBCDIC_LITERAL
      The 'CODESET EBCDIC' literal object.
      static CharacterCodeSet CharacterCodeSet.CODESET_NATIVE_LITERAL
      The 'CODESET NATIVE' literal object.
      static CharacterCodeSet CharacterCodeSet.CODESET_NOT_SPECIFIED_LITERAL
      The 'CODESET NOT SPECIFIED' literal object.
      static CharacterCodeSet CharacterCodeSet.CODESET_STANDARD_1_LITERAL
      The 'CODESET STANDARD 1' literal object.
      static CharacterCodeSet CharacterCodeSet.CODESET_STANDARD_2_LITERAL
      The 'CODESET STANDARD 2' literal object.
      Methods in com.ibm.etools.cobol.application.model.cobol that return CharacterCodeSet 
      Modifier and Type Method and Description
      static CharacterCodeSet CharacterCodeSet.get(int value)
      Returns the 'Character Code Set' literal with the specified integer value.
      static CharacterCodeSet CharacterCodeSet.get(java.lang.String literal)
      Returns the 'Character Code Set' literal with the specified literal value.
      static CharacterCodeSet CharacterCodeSet.getByName(java.lang.String name)
      Returns the 'Character Code Set' literal with the specified name.
      CharacterCodeSet Alphabet.getCodeSet()
      Returns the value of the 'Code Set' attribute.
      Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type CharacterCodeSet 
      Modifier and Type Method and Description
      void Alphabet.setCodeSet(CharacterCodeSet value)
      Sets the value of the 'Code Set' attribute.
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes