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

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

Subinterfaces of CicsIntoOrSetClause in com.ibm.etools.cobol.application.model.cobol
 interface CicsIntoClause
          A representation of the model object 'Cics Into Clause'.
 interface CicsSetClause
          A representation of the model object 'Cics Set Clause'.
 

Methods in com.ibm.etools.cobol.application.model.cobol that return CicsIntoOrSetClause
 CicsIntoOrSetClause CicsRetrieveStmt.getIntoOrSetClause()
          Returns the value of the 'Into Or Set Clause' containment reference.
 CicsIntoOrSetClause CicsReceiveMapStmt.getIntoOrSetClause()
          Returns the value of the 'Into Or Set Clause' containment reference.
 CicsIntoOrSetClause CicsReadStmt.getIntoOrSetClause()
          Returns the value of the 'Into Or Set Clause' containment reference.
 CicsIntoOrSetClause CicsReadQTSStmt.getIntoOrSetClause()
          Returns the value of the 'Into Or Set Clause' containment reference.
 CicsIntoOrSetClause CicsReadQTDStmt.getIntoOrSetClause()
          Returns the value of the 'Into Or Set Clause' containment reference.
 CicsIntoOrSetClause CicsReadPrevStmt.getIntoOrSetClause()
          Returns the value of the 'Into Or Set Clause' containment reference.
 CicsIntoOrSetClause CicsReadNextStmt.getIntoOrSetClause()
          Returns the value of the 'Into Or Set Clause' containment reference.
 

Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type CicsIntoOrSetClause
 void CicsRetrieveStmt.setIntoOrSetClause(CicsIntoOrSetClause value)
          Sets the value of the 'Into Or Set Clause' containment reference.
 void CicsReceiveMapStmt.setIntoOrSetClause(CicsIntoOrSetClause value)
          Sets the value of the 'Into Or Set Clause' containment reference.
 void CicsReadStmt.setIntoOrSetClause(CicsIntoOrSetClause value)
          Sets the value of the 'Into Or Set Clause' containment reference.
 void CicsReadQTSStmt.setIntoOrSetClause(CicsIntoOrSetClause value)
          Sets the value of the 'Into Or Set Clause' containment reference.
 void CicsReadQTDStmt.setIntoOrSetClause(CicsIntoOrSetClause value)
          Sets the value of the 'Into Or Set Clause' containment reference.
 void CicsReadPrevStmt.setIntoOrSetClause(CicsIntoOrSetClause value)
          Sets the value of the 'Into Or Set Clause' containment reference.
 void CicsReadNextStmt.setIntoOrSetClause(CicsIntoOrSetClause value)
          Sets the value of the 'Into Or Set Clause' containment reference.
 

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

Classes in com.ibm.etools.cobol.application.model.cobol.impl that implement CicsIntoOrSetClause
 class CicsIntoClauseImpl
          An implementation of the model object 'Cics Into Clause'.
 class CicsIntoOrSetClauseImpl
          An implementation of the model object 'Cics Into Or Set Clause'.
 class CicsSetClauseImpl
          An implementation of the model object 'Cics Set Clause'.
 

Methods in com.ibm.etools.cobol.application.model.cobol.impl that return CicsIntoOrSetClause
 CicsIntoOrSetClause CicsRetrieveStmtImpl.getIntoOrSetClause()
           
 CicsIntoOrSetClause CicsReceiveMapStmtImpl.getIntoOrSetClause()
           
 CicsIntoOrSetClause CicsReadStmtImpl.getIntoOrSetClause()
           
 CicsIntoOrSetClause CicsReadQTSStmtImpl.getIntoOrSetClause()
           
 CicsIntoOrSetClause CicsReadQTDStmtImpl.getIntoOrSetClause()
           
 CicsIntoOrSetClause CicsReadPrevStmtImpl.getIntoOrSetClause()
           
 CicsIntoOrSetClause CicsReadNextStmtImpl.getIntoOrSetClause()
           
 

Methods in com.ibm.etools.cobol.application.model.cobol.impl with parameters of type CicsIntoOrSetClause
 org.eclipse.emf.common.notify.NotificationChain CicsRetrieveStmtImpl.basicSetIntoOrSetClause(CicsIntoOrSetClause newIntoOrSetClause, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain CicsReceiveMapStmtImpl.basicSetIntoOrSetClause(CicsIntoOrSetClause newIntoOrSetClause, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain CicsReadStmtImpl.basicSetIntoOrSetClause(CicsIntoOrSetClause newIntoOrSetClause, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain CicsReadQTSStmtImpl.basicSetIntoOrSetClause(CicsIntoOrSetClause newIntoOrSetClause, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain CicsReadQTDStmtImpl.basicSetIntoOrSetClause(CicsIntoOrSetClause newIntoOrSetClause, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain CicsReadPrevStmtImpl.basicSetIntoOrSetClause(CicsIntoOrSetClause newIntoOrSetClause, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain CicsReadNextStmtImpl.basicSetIntoOrSetClause(CicsIntoOrSetClause newIntoOrSetClause, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void CicsRetrieveStmtImpl.setIntoOrSetClause(CicsIntoOrSetClause newIntoOrSetClause)
           
 void CicsReceiveMapStmtImpl.setIntoOrSetClause(CicsIntoOrSetClause newIntoOrSetClause)
           
 void CicsReadStmtImpl.setIntoOrSetClause(CicsIntoOrSetClause newIntoOrSetClause)
           
 void CicsReadQTSStmtImpl.setIntoOrSetClause(CicsIntoOrSetClause newIntoOrSetClause)
           
 void CicsReadQTDStmtImpl.setIntoOrSetClause(CicsIntoOrSetClause newIntoOrSetClause)
           
 void CicsReadPrevStmtImpl.setIntoOrSetClause(CicsIntoOrSetClause newIntoOrSetClause)
           
 void CicsReadNextStmtImpl.setIntoOrSetClause(CicsIntoOrSetClause newIntoOrSetClause)
           
 

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

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