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

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

Methods in com.ibm.etools.cobol.application.model.cobol that return CicsSetClause
 CicsSetClause COBOLFactory.createCicsSetClause()
          Returns a new object of class 'Cics Set Clause'.
 

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

Classes in com.ibm.etools.cobol.application.model.cobol.impl that implement CicsSetClause
 class CicsSetClauseImpl
          An implementation of the model object 'Cics Set Clause'.
 

Methods in com.ibm.etools.cobol.application.model.cobol.impl that return CicsSetClause
 CicsSetClause COBOLFactoryImpl.createCicsSetClause()
           
 

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

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