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

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

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

      Methods in com.ibm.etools.cobol.application.model.cobol that return Alphabet 
      Modifier and Type Method and Description
      Alphabet FileDescriptionEntry.getCodeSet()
      Returns the value of the 'Code Set' reference.
      Alphabet SortStmt.getCollatingSequence()
      Returns the value of the 'Collating Sequence' reference.
      Alphabet MergeStmt.getCollatingSequence()
      Returns the value of the 'Collating Sequence' reference.
      Alphabet SortTableStmt.getCollatingSequence()
      Returns the value of the 'Collating Sequence' reference.
      Alphabet SymbolicCharactersClause.getIn()
      Returns the value of the 'In' reference.
      Alphabet ObjectComputerParagraph.getProgramCollatingSequence()
      Returns the value of the 'Program Collating Sequence' reference.
      Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type Alphabet 
      Modifier and Type Method and Description
      void FileDescriptionEntry.setCodeSet(Alphabet value)
      Sets the value of the 'Code Set' reference.
      void SortStmt.setCollatingSequence(Alphabet value)
      Sets the value of the 'Collating Sequence' reference.
      void MergeStmt.setCollatingSequence(Alphabet value)
      Sets the value of the 'Collating Sequence' reference.
      void SortTableStmt.setCollatingSequence(Alphabet value)
      Sets the value of the 'Collating Sequence' reference.
      void SymbolicCharactersClause.setIn(Alphabet value)
      Sets the value of the 'In' reference.
      void ObjectComputerParagraph.setProgramCollatingSequence(Alphabet value)
      Sets the value of the 'Program Collating Sequence' reference.
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes