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.CicsCommunicationAreaClause

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

      Methods in com.ibm.etools.cobol.application.model.cobol that return CicsCommunicationAreaClause 
      Modifier and Type Method and Description
      CicsCommunicationAreaClause CicsLinkStmt.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 CicsXCTLStmt.getCommAreaClause()
      Returns the value of the 'Comm Area Clause' containment reference.
      CicsCommunicationAreaClause CicsInvokeApplicationStmt.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 
      Modifier and Type Method and Description
      void CicsLinkStmt.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 CicsXCTLStmt.setCommAreaClause(CicsCommunicationAreaClause value)
      Sets the value of the 'Comm Area Clause' containment reference.
      void CicsInvokeApplicationStmt.setCommAreaClause(CicsCommunicationAreaClause value)
      Sets the value of the 'Comm Area Clause' containment reference.
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes