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

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

Methods in com.ibm.etools.cobol.application.model.cobol that return CicsCommunicationAreaClause
 CicsCommunicationAreaClause COBOLFactory.createCicsCommunicationAreaClause()
          Returns a new object of class 'Cics Communication Area Clause'.
 CicsCommunicationAreaClause CicsXctlStmt.getCommAreaClause()
          Returns the value of the 'Comm Area Clause' containment reference.
 CicsCommunicationAreaClause CicsReturnTransactionIdClause.getCommAreaClause()
          Returns the value of the 'Comm Area Clause' containment reference.
 CicsCommunicationAreaClause CicsLinkStmt.getCommAreaClause()
          Returns the value of the 'Comm Area Clause' containment reference.
 

Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type CicsCommunicationAreaClause
 void CicsXctlStmt.setCommAreaClause(CicsCommunicationAreaClause value)
          Sets the value of the 'Comm Area Clause' containment reference.
 void CicsReturnTransactionIdClause.setCommAreaClause(CicsCommunicationAreaClause value)
          Sets the value of the 'Comm Area Clause' containment reference.
 void CicsLinkStmt.setCommAreaClause(CicsCommunicationAreaClause value)
          Sets the value of the 'Comm Area Clause' containment reference.
 

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

Classes in com.ibm.etools.cobol.application.model.cobol.impl that implement CicsCommunicationAreaClause
 class CicsCommunicationAreaClauseImpl
          An implementation of the model object 'Cics Communication Area Clause'.
 

Methods in com.ibm.etools.cobol.application.model.cobol.impl that return CicsCommunicationAreaClause
 CicsCommunicationAreaClause COBOLFactoryImpl.createCicsCommunicationAreaClause()
           
 CicsCommunicationAreaClause CicsXctlStmtImpl.getCommAreaClause()
           
 CicsCommunicationAreaClause CicsReturnTransactionIdClauseImpl.getCommAreaClause()
           
 CicsCommunicationAreaClause CicsLinkStmtImpl.getCommAreaClause()
           
 

Methods in com.ibm.etools.cobol.application.model.cobol.impl with parameters of type CicsCommunicationAreaClause
 org.eclipse.emf.common.notify.NotificationChain CicsXctlStmtImpl.basicSetCommAreaClause(CicsCommunicationAreaClause newCommAreaClause, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain CicsReturnTransactionIdClauseImpl.basicSetCommAreaClause(CicsCommunicationAreaClause newCommAreaClause, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain CicsLinkStmtImpl.basicSetCommAreaClause(CicsCommunicationAreaClause newCommAreaClause, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void CicsXctlStmtImpl.setCommAreaClause(CicsCommunicationAreaClause newCommAreaClause)
           
 void CicsReturnTransactionIdClauseImpl.setCommAreaClause(CicsCommunicationAreaClause newCommAreaClause)
           
 void CicsLinkStmtImpl.setCommAreaClause(CicsCommunicationAreaClause newCommAreaClause)
           
 

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

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