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

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

      Methods in com.ibm.etools.cobol.application.model.cobol that return CicsReadUpdateClause 
      Modifier and Type Method and Description
      CicsReadUpdateClause CicsReadStmt.getUpdateClause()
      Returns the value of the 'Update Clause' containment reference.
      CicsReadUpdateClause CicsReadNextStmt.getUpdateClause()
      Returns the value of the 'Update Clause' containment reference.
      CicsReadUpdateClause CicsReadPrevStmt.getUpdateClause()
      Returns the value of the 'Update Clause' containment reference.
      Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type CicsReadUpdateClause 
      Modifier and Type Method and Description
      void CicsReadStmt.setUpdateClause(CicsReadUpdateClause value)
      Sets the value of the 'Update Clause' containment reference.
      void CicsReadNextStmt.setUpdateClause(CicsReadUpdateClause value)
      Sets the value of the 'Update Clause' containment reference.
      void CicsReadPrevStmt.setUpdateClause(CicsReadUpdateClause value)
      Sets the value of the 'Update Clause' containment reference.
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes