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

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

      Subinterfaces of CicsIntoOrSetClause in com.ibm.etools.cobol.application.model.cobol 
      Modifier and Type Interface and Description
      interface  CicsIntoClause
      A representation of the INTO option in a CICS command.
      interface  CicsSetClause
      A representation of the SET option in a CICS command.
      Methods in com.ibm.etools.cobol.application.model.cobol that return CicsIntoOrSetClause 
      Modifier and Type Method and Description
      CicsIntoOrSetClause CicsReadStmt.getIntoOrSetClause()
      Returns the value of the 'Into Or Set Clause' containment reference.
      CicsIntoOrSetClause CicsReceiveStmt.getIntoOrSetClause()
      Returns the value of the 'Into Or Set Clause' containment reference.
      CicsIntoOrSetClause CicsRetrieveStmt.getIntoOrSetClause()
      Returns the value of the 'Into Or Set Clause' containment reference.
      CicsIntoOrSetClause CicsReadQTSStmt.getIntoOrSetClause()
      Returns the value of the 'Into Or Set Clause' containment reference.
      CicsIntoOrSetClause CicsReadNextStmt.getIntoOrSetClause()
      Returns the value of the 'Into Or Set Clause' containment reference.
      CicsIntoOrSetClause CicsReceiveMapMappingDevStmt.getIntoOrSetClause()
      Returns the value of the 'Into Or Set Clause' containment reference.
      CicsIntoOrSetClause CicsReceiveMapStmt.getIntoOrSetClause()
      Returns the value of the 'Into Or Set Clause' containment reference.
      CicsIntoOrSetClause CicsReadPrevStmt.getIntoOrSetClause()
      Returns the value of the 'Into Or Set Clause' containment reference.
      CicsIntoOrSetClause CicsReceivePartnStmt.getIntoOrSetClause()
      Returns the value of the 'Into Or Set Clause' containment reference.
      CicsIntoOrSetClause CicsReadQTDStmt.getIntoOrSetClause()
      Returns the value of the 'Into Or Set Clause' containment reference.
      Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type CicsIntoOrSetClause 
      Modifier and Type Method and Description
      void CicsReadStmt.setIntoOrSetClause(CicsIntoOrSetClause value)
      Sets the value of the 'Into Or Set Clause' containment reference.
      void CicsReceiveStmt.setIntoOrSetClause(CicsIntoOrSetClause value)
      Sets the value of the 'Into Or Set Clause' containment reference.
      void CicsRetrieveStmt.setIntoOrSetClause(CicsIntoOrSetClause value)
      Sets the value of the 'Into Or Set Clause' containment reference.
      void CicsReadQTSStmt.setIntoOrSetClause(CicsIntoOrSetClause value)
      Sets the value of the 'Into Or Set Clause' containment reference.
      void CicsReadNextStmt.setIntoOrSetClause(CicsIntoOrSetClause value)
      Sets the value of the 'Into Or Set Clause' containment reference.
      void CicsReceiveMapMappingDevStmt.setIntoOrSetClause(CicsIntoOrSetClause value)
      Sets the value of the 'Into Or Set Clause' containment reference.
      void CicsReceiveMapStmt.setIntoOrSetClause(CicsIntoOrSetClause value)
      Sets the value of the 'Into Or Set Clause' containment reference.
      void CicsReadPrevStmt.setIntoOrSetClause(CicsIntoOrSetClause value)
      Sets the value of the 'Into Or Set Clause' containment reference.
      void CicsReceivePartnStmt.setIntoOrSetClause(CicsIntoOrSetClause value)
      Sets the value of the 'Into Or Set Clause' containment reference.
      void CicsReadQTDStmt.setIntoOrSetClause(CicsIntoOrSetClause value)
      Sets the value of the 'Into Or Set Clause' containment reference.
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes