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

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

Methods in com.ibm.etools.cobol.application.model.cobol that return CicsIntoClause
 CicsIntoClause COBOLFactory.createCicsIntoClause()
          Returns a new object of class 'Cics Into Clause'.
 

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

Classes in com.ibm.etools.cobol.application.model.cobol.impl that implement CicsIntoClause
 class CicsIntoClauseImpl
          An implementation of the model object 'Cics Into Clause'.
 

Methods in com.ibm.etools.cobol.application.model.cobol.impl that return CicsIntoClause
 CicsIntoClause COBOLFactoryImpl.createCicsIntoClause()
           
 

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

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