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
 Alphabet SortStmt.getCollatingSequence()
          Returns the value of the 'Collating Sequence' reference.
 Alphabet MergeStmt.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
 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 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.