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

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

Subinterfaces of CicsDelayClause in com.ibm.etools.cobol.application.model.cobol
 interface CicsForClause
          A representation of the model object 'Cics For Clause'.
 interface CicsForOrUntilClause
          A representation of the model object 'Cics For Or Until 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'.
 interface CicsUntilClause
          A representation of the model object 'Cics Until Clause'.
 

Methods in com.ibm.etools.cobol.application.model.cobol that return CicsDelayClause
 CicsDelayClause CicsDelayStmt.getDelayClause()
          Returns the value of the 'Delay Clause' containment reference.
 

Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type CicsDelayClause
 void CicsDelayStmt.setDelayClause(CicsDelayClause value)
          Sets the value of the 'Delay Clause' containment reference.
 

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

Classes in com.ibm.etools.cobol.application.model.cobol.impl that implement CicsDelayClause
 class CicsForClauseImpl
          An implementation of the model object 'Cics For Clause'.
 class CicsForOrUntilClauseImpl
          An implementation of the model object 'Cics For Or Until 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'.
 class CicsUntilClauseImpl
          An implementation of the model object 'Cics Until Clause'.
 

Methods in com.ibm.etools.cobol.application.model.cobol.impl that return CicsDelayClause
 CicsDelayClause CicsDelayStmtImpl.getDelayClause()
           
 

Methods in com.ibm.etools.cobol.application.model.cobol.impl with parameters of type CicsDelayClause
 org.eclipse.emf.common.notify.NotificationChain CicsDelayStmtImpl.basicSetDelayClause(CicsDelayClause newDelayClause, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void CicsDelayStmtImpl.setDelayClause(CicsDelayClause newDelayClause)
           
 

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

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