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

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

      Subinterfaces of CicsStartClause in com.ibm.etools.cobol.application.model.cobol 
      Modifier and Type Interface and Description
      interface  CicsAfterClause
      A representation of the AFTER option and related options in CICS commands.
      interface  CicsAfterOrAtClause
      A representation of the AFTER or AT options and related options in a CICS command.
      interface  CicsAtClause
      A representation of the AT option and related options in CICS commands.
      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.
      Methods in com.ibm.etools.cobol.application.model.cobol that return CicsStartClause 
      Modifier and Type Method and Description
      CicsStartClause CicsStartStmt.getStartClause()
      Returns the value of the 'Start Clause' containment reference.
      Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type CicsStartClause 
      Modifier and Type Method and Description
      void CicsStartStmt.setStartClause(CicsStartClause value)
      Sets the value of the 'Start Clause' containment reference.
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes