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

Class DataCategory

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


    public final class DataCategory
    extends org.eclipse.emf.common.util.AbstractEnumerator
    A representation of the data categories that can be specified in the REPLACING clause of an INITIALIZE statement. This includes a representation of the literals of the enumeration 'Data Category', and utility methods for working with them.
    See Also:
    COBOLPackage.getDataCategory(), Serialized Form
    • Method Detail

      • get

        public static DataCategory get(java.lang.String literal)
        Returns the 'Data Category' literal with the specified literal value.
      • getByName

        public static DataCategory getByName(java.lang.String name)
        Returns the 'Data Category' literal with the specified name.
      • get

        public static DataCategory get(int value)
        Returns the 'Data Category' literal with the specified integer value.