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

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

      Fields in com.ibm.etools.cobol.application.model.cobol declared as RecordingMode 
      Modifier and Type Field and Description
      static RecordingMode RecordingMode.RM_F_LITERAL
      The 'RM F' literal object.
      static RecordingMode RecordingMode.RM_S_LITERAL
      The 'RM S' literal object.
      static RecordingMode RecordingMode.RM_U_LITERAL
      The 'RM U' literal object.
      static RecordingMode RecordingMode.RM_V_LITERAL
      The 'RM V' literal object.
      Methods in com.ibm.etools.cobol.application.model.cobol that return RecordingMode 
      Modifier and Type Method and Description
      static RecordingMode RecordingMode.get(int value)
      Returns the 'Recording Mode' literal with the specified integer value.
      static RecordingMode RecordingMode.get(java.lang.String literal)
      Returns the 'Recording Mode' literal with the specified literal value.
      static RecordingMode RecordingMode.getByName(java.lang.String name)
      Returns the 'Recording Mode' literal with the specified name.
      RecordingMode RecordingModeClause.getMode()
      Returns the value of the 'Mode' attribute.
      Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type RecordingMode 
      Modifier and Type Method and Description
      void RecordingModeClause.setMode(RecordingMode 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