Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
com.ibm.etools.cobol.application.model.cobol.SystemInfo

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

      Fields in com.ibm.etools.cobol.application.model.cobol declared as SystemInfo 
      Modifier and Type Field and Description
      static SystemInfo SystemInfo.SYSINFO_DATE_LITERAL
      The 'SYSINFO DATE' literal object.
      static SystemInfo SystemInfo.SYSINFO_DATE_YYYYMMDD_LITERAL
      The 'SYSINFO DATE YYYYMMDD' literal object.
      static SystemInfo SystemInfo.SYSINFO_DAY_LITERAL
      The 'SYSINFO DAY' literal object.
      static SystemInfo SystemInfo.SYSINFO_DAY_OF_WEEK_LITERAL
      The 'SYSINFO DAY OF WEEK' literal object.
      static SystemInfo SystemInfo.SYSINFO_DAY_YYYYDDD_LITERAL
      The 'SYSINFO DAY YYYYDDD' literal object.
      static SystemInfo SystemInfo.SYSINFO_TIME_LITERAL
      The 'SYSINFO TIME' literal object.
      Methods in com.ibm.etools.cobol.application.model.cobol that return SystemInfo 
      Modifier and Type Method and Description
      static SystemInfo SystemInfo.get(int value)
      Returns the 'System Info' literal with the specified integer value.
      static SystemInfo SystemInfo.get(java.lang.String literal)
      Returns the 'System Info' literal with the specified literal value.
      static SystemInfo SystemInfo.getByName(java.lang.String name)
      Returns the 'System Info' literal with the specified name.
      SystemInfo AcceptSystemInfoTransferStmt.getSystemInfo()
      Returns the value of the 'System Info' attribute.
      Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type SystemInfo 
      Modifier and Type Method and Description
      void AcceptSystemInfoTransferStmt.setSystemInfo(SystemInfo value)
      Sets the value of the 'System Info' attribute.
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes