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

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

Subinterfaces of CicsStartClause in com.ibm.etools.cobol.application.model.cobol
 interface CicsAfterClause
          A representation of the model object 'Cics After Clause'.
 interface CicsAfterOrAtClause
          A representation of the model object 'Cics After Or At Clause'.
 interface CicsAtClause
          A representation of the model object 'Cics At Clause'.
 interface CicsIntervalClause
          A representation of the model object 'Cics Interval Clause'.
 interface CicsIntervalOrTimeClause
          A representation of the model object 'Cics Interval Or Time Clause'.
 interface CicsTimeClause
          A representation of the model object 'Cics Time Clause'.
 

Methods in com.ibm.etools.cobol.application.model.cobol that return CicsStartClause
 CicsStartClause CicsStartStmt.getStartClause()
          Returns the value of the 'Start Clause' containment reference.
 

Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type CicsStartClause
 void CicsStartStmt.setStartClause(CicsStartClause value)
          Sets the value of the 'Start Clause' containment reference.
 

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

Classes in com.ibm.etools.cobol.application.model.cobol.impl that implement CicsStartClause
 class CicsAfterClauseImpl
          An implementation of the model object 'Cics After Clause'.
 class CicsAfterOrAtClauseImpl
          An implementation of the model object 'Cics After Or At Clause'.
 class CicsAtClauseImpl
          An implementation of the model object 'Cics At Clause'.
 class CicsIntervalClauseImpl
          An implementation of the model object 'Cics Interval Clause'.
 class CicsIntervalOrTimeClauseImpl
          An implementation of the model object 'Cics Interval Or Time Clause'.
 class CicsTimeClauseImpl
          An implementation of the model object 'Cics Time Clause'.
 

Methods in com.ibm.etools.cobol.application.model.cobol.impl that return CicsStartClause
 CicsStartClause CicsStartStmtImpl.getStartClause()
           
 

Methods in com.ibm.etools.cobol.application.model.cobol.impl with parameters of type CicsStartClause
 org.eclipse.emf.common.notify.NotificationChain CicsStartStmtImpl.basicSetStartClause(CicsStartClause newStartClause, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void CicsStartStmtImpl.setStartClause(CicsStartClause newStartClause)
           
 

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

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