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

Uses of MnemonicName in com.ibm.etools.cobol.application.model.cobol
 

Methods in com.ibm.etools.cobol.application.model.cobol that return MnemonicName
 MnemonicName AcceptDataTransferStmt.getEnvironmentName()
          Returns the value of the 'Environment Name' reference.
 MnemonicName DisplayStmt.getEnvironmentName()
          Returns the value of the 'Environment Name' reference.
 MnemonicName WriteAdvancingClause.getMnemonicName()
          Returns the value of the 'Mnemonic Name' reference.
 

Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type MnemonicName
 void AcceptDataTransferStmt.setEnvironmentName(MnemonicName value)
          Sets the value of the 'Environment Name' reference.
 void DisplayStmt.setEnvironmentName(MnemonicName value)
          Sets the value of the 'Environment Name' reference.
 void WriteAdvancingClause.setMnemonicName(MnemonicName value)
          Sets the value of the 'Mnemonic Name' reference.