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

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

Methods in com.ibm.etools.cobol.application.model.cobol that return Environment
 Environment AcceptDataTransferStmt.getEnvironment()
          Returns the value of the 'Environment' containment reference.
 Environment DisplayStmt.getEnvironment()
          Returns the value of the 'Environment' containment reference.
 

Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type Environment
 void AcceptDataTransferStmt.setEnvironment(Environment value)
          Sets the value of the 'Environment' containment reference.
 void DisplayStmt.setEnvironment(Environment value)
          Sets the value of the 'Environment' containment reference.