Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

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

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

      Methods in com.ibm.etools.cobol.application.model.cobol that return CicsInputMessageClause 
      Modifier and Type Method and Description
      CicsInputMessageClause CicsLinkStmt.getInputMsgClause()
      Returns the value of the 'Input Msg Clause' containment reference.
      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.
      Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type CicsInputMessageClause 
      Modifier and Type Method and Description
      void CicsLinkStmt.setInputMsgClause(CicsInputMessageClause value)
      Sets the value of the 'Input Msg Clause' containment reference.
      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.
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes