com.ibm.etools.cobol.application.model.cobol

Class RecordingMode

  • java.lang.Object
    • org.eclipse.emf.common.util.AbstractEnumerator
      • com.ibm.etools.cobol.application.model.cobol.RecordingMode
  • All Implemented Interfaces:
    java.io.Serializable, org.eclipse.emf.common.util.Enumerator


    public final class RecordingMode
    extends org.eclipse.emf.common.util.AbstractEnumerator
    A representation of the recording modes specified in the RECORDING MODE clause of a file description entry. This includes a representation of the literals of the enumeration 'Recording Mode', and utility methods for working with them.
    See Also:
    COBOLPackage.getRecordingMode(), Serialized Form
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static RecordingMode get(int value)
      Returns the 'Recording Mode' literal with the specified integer value.
      static RecordingMode get(java.lang.String literal)
      Returns the 'Recording Mode' literal with the specified literal value.
      static RecordingMode getByName(java.lang.String name)
      Returns the 'Recording Mode' literal with the specified name.
      • Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator

        getLiteral, getName, getValue, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • RM_F_LITERAL

        public static final RecordingMode RM_F_LITERAL
        The 'RM F' literal object.
        See Also:
        RM_F
      • RM_V_LITERAL

        public static final RecordingMode RM_V_LITERAL
        The 'RM V' literal object.
        See Also:
        RM_V
      • RM_U_LITERAL

        public static final RecordingMode RM_U_LITERAL
        The 'RM U' literal object.
        See Also:
        RM_U
      • RM_S_LITERAL

        public static final RecordingMode RM_S_LITERAL
        The 'RM S' literal object.
        See Also:
        RM_S
      • VALUES

        public static final java.util.List VALUES
        A public read-only list of all the 'Recording Mode' enumerators.
    • Method Detail

      • get

        public static RecordingMode get(java.lang.String literal)
        Returns the 'Recording Mode' literal with the specified literal value.
      • getByName

        public static RecordingMode getByName(java.lang.String name)
        Returns the 'Recording Mode' literal with the specified name.
      • get

        public static RecordingMode get(int value)
        Returns the 'Recording Mode' literal with the specified integer value.