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

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

      Subinterfaces of CicsDelayClause in com.ibm.etools.cobol.application.model.cobol 
      Modifier and Type Interface and Description
      interface  CicsForClause
      A representation of the CICS FOR clause.
      interface  CicsForOrUntilClause
      A representation of a CICS FOR clause or a CICS UNTIL clause.
      interface  CicsIntervalClause
      A representation of the CICS INTERVAL option.
      interface  CicsIntervalOrTimeClause
      A representation of the CICS INTERVAL or TIME options.
      interface  CicsTimeClause
      A representation of the CICS TIME option.
      interface  CicsUntilClause
      A representation of the CICS UNTIL clause.
      Methods in com.ibm.etools.cobol.application.model.cobol that return CicsDelayClause 
      Modifier and Type Method and Description
      CicsDelayClause CicsDelayStmt.getDelayClause()
      Returns the value of the 'Delay Clause' containment reference.
      Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type CicsDelayClause 
      Modifier and Type Method and Description
      void CicsDelayStmt.setDelayClause(CicsDelayClause value)
      Sets the value of the 'Delay Clause' containment reference.
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes