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

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

Methods in com.ibm.etools.cobol.application.model.cobol that return CicsDumpTransactionSegmentListClause
 CicsDumpTransactionSegmentListClause COBOLFactory.createCicsDumpTransactionSegmentListClause()
          Returns a new object of class 'Cics Dump Transaction Segment List Clause'.
 CicsDumpTransactionSegmentListClause CicsDumpTransactionStmt.getSegmentListClause()
          Returns the value of the 'Segment List Clause' containment reference.
 

Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type CicsDumpTransactionSegmentListClause
 void CicsDumpTransactionStmt.setSegmentListClause(CicsDumpTransactionSegmentListClause value)
          Sets the value of the 'Segment List Clause' containment reference.
 

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

Classes in com.ibm.etools.cobol.application.model.cobol.impl that implement CicsDumpTransactionSegmentListClause
 class CicsDumpTransactionSegmentListClauseImpl
          An implementation of the model object 'Cics Dump Transaction Segment List Clause'.
 

Methods in com.ibm.etools.cobol.application.model.cobol.impl that return CicsDumpTransactionSegmentListClause
 CicsDumpTransactionSegmentListClause COBOLFactoryImpl.createCicsDumpTransactionSegmentListClause()
           
 CicsDumpTransactionSegmentListClause CicsDumpTransactionStmtImpl.getSegmentListClause()
           
 

Methods in com.ibm.etools.cobol.application.model.cobol.impl with parameters of type CicsDumpTransactionSegmentListClause
 org.eclipse.emf.common.notify.NotificationChain CicsDumpTransactionStmtImpl.basicSetSegmentListClause(CicsDumpTransactionSegmentListClause newSegmentListClause, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void CicsDumpTransactionStmtImpl.setSegmentListClause(CicsDumpTransactionSegmentListClause newSegmentListClause)
           
 

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

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