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

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

Methods in com.ibm.etools.cobol.application.model.cobol that return CicsSyncPointStmt
 CicsSyncPointStmt COBOLFactory.createCicsSyncPointStmt()
          Returns a new object of class 'Cics Sync Point Stmt'.
 

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

Classes in com.ibm.etools.cobol.application.model.cobol.impl that implement CicsSyncPointStmt
 class CicsSyncPointStmtImpl
          An implementation of the model object 'Cics Sync Point Stmt'.
 

Methods in com.ibm.etools.cobol.application.model.cobol.impl that return CicsSyncPointStmt
 CicsSyncPointStmt COBOLFactoryImpl.createCicsSyncPointStmt()
           
 

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

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