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

Packages that use CicsAddressSetStmt
com.ibm.etools.cobol.application.model.cobol COBOL Application Model API Specification 
com.ibm.etools.cobol.application.model.cobol.impl   
com.ibm.etools.cobol.application.model.cobol.util   
 

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

Methods in com.ibm.etools.cobol.application.model.cobol that return CicsAddressSetStmt
 CicsAddressSetStmt COBOLFactory.createCicsAddressSetStmt()
          Returns a new object of class 'Cics Address Set Stmt'.
 

Uses of CicsAddressSetStmt in com.ibm.etools.cobol.application.model.cobol.impl
 

Classes in com.ibm.etools.cobol.application.model.cobol.impl that implement CicsAddressSetStmt
 class CicsAddressSetStmtImpl
          An implementation of the model object 'Cics Address Set Stmt'.
 

Methods in com.ibm.etools.cobol.application.model.cobol.impl that return CicsAddressSetStmt
 CicsAddressSetStmt COBOLFactoryImpl.createCicsAddressSetStmt()
           
 

Uses of CicsAddressSetStmt in com.ibm.etools.cobol.application.model.cobol.util
 

Methods in com.ibm.etools.cobol.application.model.cobol.util with parameters of type CicsAddressSetStmt
 java.lang.Object COBOLSwitch.caseCicsAddressSetStmt(CicsAddressSetStmt object)
          Returns the result of interpreting the object as an instance of 'Cics Address Set Stmt'.