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

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

      Subinterfaces of CicsTimeFormat 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  CicsForClause
      A representation of the CICS FOR clause.
      interface  CicsForOrUntilClause
      A representation of a CICS FOR clause or a CICS UNTIL clause.
      interface  CicsTimeFormatDays
      A representation of the CICS options DAYS, HOURS, MINUTES, or SECONDS.
      interface  CicsUntilClause
      A representation of the CICS UNTIL clause.
      Methods in com.ibm.etools.cobol.application.model.cobol that return CicsTimeFormat 
      Modifier and Type Method and Description
      CicsTimeFormat CicsDefineTimerStmt.getAt()
      Returns the value of the 'At' containment reference.
      Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type CicsTimeFormat 
      Modifier and Type Method and Description
      void CicsDefineTimerStmt.setAt(CicsTimeFormat value)
      Sets the value of the 'At' containment reference.
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes