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

Packages that use CicsUnlockStmt
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 CicsUnlockStmt in com.ibm.etools.cobol.application.model.cobol
 

Methods in com.ibm.etools.cobol.application.model.cobol that return CicsUnlockStmt
 CicsUnlockStmt COBOLFactory.createCicsUnlockStmt()
          Returns a new object of class 'Cics Unlock Stmt'.
 

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

Classes in com.ibm.etools.cobol.application.model.cobol.impl that implement CicsUnlockStmt
 class CicsUnlockStmtImpl
          An implementation of the model object 'Cics Unlock Stmt'.
 

Methods in com.ibm.etools.cobol.application.model.cobol.impl that return CicsUnlockStmt
 CicsUnlockStmt COBOLFactoryImpl.createCicsUnlockStmt()
           
 

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

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