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

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

Methods in com.ibm.etools.cobol.application.model.cobol that return CicsDumpTransactionFromClause
 CicsDumpTransactionFromClause COBOLFactory.createCicsDumpTransactionFromClause()
          Returns a new object of class 'Cics Dump Transaction From Clause'.
 CicsDumpTransactionFromClause CicsDumpTransactionStmt.getFromClause()
          Returns the value of the 'From Clause' containment reference.
 

Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type CicsDumpTransactionFromClause
 void CicsDumpTransactionStmt.setFromClause(CicsDumpTransactionFromClause value)
          Sets the value of the 'From Clause' containment reference.
 

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

Classes in com.ibm.etools.cobol.application.model.cobol.impl that implement CicsDumpTransactionFromClause
 class CicsDumpTransactionFromClauseImpl
          An implementation of the model object 'Cics Dump Transaction From Clause'.
 

Methods in com.ibm.etools.cobol.application.model.cobol.impl that return CicsDumpTransactionFromClause
 CicsDumpTransactionFromClause COBOLFactoryImpl.createCicsDumpTransactionFromClause()
           
 CicsDumpTransactionFromClause CicsDumpTransactionStmtImpl.getFromClause()
           
 

Methods in com.ibm.etools.cobol.application.model.cobol.impl with parameters of type CicsDumpTransactionFromClause
 org.eclipse.emf.common.notify.NotificationChain CicsDumpTransactionStmtImpl.basicSetFromClause(CicsDumpTransactionFromClause newFromClause, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void CicsDumpTransactionStmtImpl.setFromClause(CicsDumpTransactionFromClause newFromClause)
           
 

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

Methods in com.ibm.etools.cobol.application.model.cobol.util with parameters of type CicsDumpTransactionFromClause
 java.lang.Object COBOLSwitch.caseCicsDumpTransactionFromClause(CicsDumpTransactionFromClause object)
          Returns the result of interpreting the object as an instance of 'Cics Dump Transaction From Clause'.