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

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

Methods in com.ibm.etools.cobol.application.model.cobol that return CicsInputMessageClause
 CicsInputMessageClause COBOLFactory.createCicsInputMessageClause()
          Returns a new object of class 'Cics Input Message Clause'.
 CicsInputMessageClause CicsXctlStmt.getInputMsgClause()
          Returns the value of the 'Input Msg Clause' containment reference.
 CicsInputMessageClause CicsReturnStmt.getInputMsgClause()
          Returns the value of the 'Input Msg Clause' containment reference.
 CicsInputMessageClause CicsLinkStmt.getInputMsgClause()
          Returns the value of the 'Input Msg Clause' containment reference.
 

Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type CicsInputMessageClause
 void CicsXctlStmt.setInputMsgClause(CicsInputMessageClause value)
          Sets the value of the 'Input Msg Clause' containment reference.
 void CicsReturnStmt.setInputMsgClause(CicsInputMessageClause value)
          Sets the value of the 'Input Msg Clause' containment reference.
 void CicsLinkStmt.setInputMsgClause(CicsInputMessageClause value)
          Sets the value of the 'Input Msg Clause' containment reference.
 

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

Classes in com.ibm.etools.cobol.application.model.cobol.impl that implement CicsInputMessageClause
 class CicsInputMessageClauseImpl
          An implementation of the model object 'Cics Input Message Clause'.
 

Methods in com.ibm.etools.cobol.application.model.cobol.impl that return CicsInputMessageClause
 CicsInputMessageClause COBOLFactoryImpl.createCicsInputMessageClause()
           
 CicsInputMessageClause CicsXctlStmtImpl.getInputMsgClause()
           
 CicsInputMessageClause CicsReturnStmtImpl.getInputMsgClause()
           
 CicsInputMessageClause CicsLinkStmtImpl.getInputMsgClause()
           
 

Methods in com.ibm.etools.cobol.application.model.cobol.impl with parameters of type CicsInputMessageClause
 org.eclipse.emf.common.notify.NotificationChain CicsXctlStmtImpl.basicSetInputMsgClause(CicsInputMessageClause newInputMsgClause, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain CicsReturnStmtImpl.basicSetInputMsgClause(CicsInputMessageClause newInputMsgClause, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain CicsLinkStmtImpl.basicSetInputMsgClause(CicsInputMessageClause newInputMsgClause, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void CicsXctlStmtImpl.setInputMsgClause(CicsInputMessageClause newInputMsgClause)
           
 void CicsReturnStmtImpl.setInputMsgClause(CicsInputMessageClause newInputMsgClause)
           
 void CicsLinkStmtImpl.setInputMsgClause(CicsInputMessageClause newInputMsgClause)
           
 

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

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