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

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

      Fields in com.ibm.etools.cobol.application.model.cobol declared as OpenMode 
      Modifier and Type Field and Description
      static OpenMode OpenMode.OPENMODE_EXTEND_LITERAL
      The 'OPENMODE EXTEND' literal object.
      static OpenMode OpenMode.OPENMODE_INPUT_LITERAL
      The 'OPENMODE INPUT' literal object.
      static OpenMode OpenMode.OPENMODE_IO_LITERAL
      The 'OPENMODE IO' literal object.
      static OpenMode OpenMode.OPENMODE_OUTPUT_LITERAL
      The 'OPENMODE OUTPUT' literal object.
      Methods in com.ibm.etools.cobol.application.model.cobol that return OpenMode 
      Modifier and Type Method and Description
      static OpenMode OpenMode.get(int value)
      Returns the 'Open Mode' literal with the specified integer value.
      static OpenMode OpenMode.get(java.lang.String literal)
      Returns the 'Open Mode' literal with the specified literal value.
      static OpenMode OpenMode.getByName(java.lang.String name)
      Returns the 'Open Mode' literal with the specified name.
      OpenMode LabelUseStmt.getFileMode()
      Returns the value of the 'File Mode' attribute.
      OpenMode ExceptionUseStmt.getFileMode()
      Returns the value of the 'File Mode' attribute.
      OpenMode OpenClause.getMode()
      Returns the value of the 'Mode' attribute.
      Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type OpenMode 
      Modifier and Type Method and Description
      void LabelUseStmt.setFileMode(OpenMode value)
      Sets the value of the 'File Mode' attribute.
      void ExceptionUseStmt.setFileMode(OpenMode value)
      Sets the value of the 'File Mode' attribute.
      void OpenClause.setMode(OpenMode value)
      Sets the value of the 'Mode' attribute.
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes