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

Class ClassType

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


    public final class ClassType
    extends org.eclipse.emf.common.util.AbstractEnumerator
    A representation of the standard class types. This includes the literals of the enumeration 'Class Type', and utility methods for working with them.
    See Also:
    COBOLPackage.getClassType(), Serialized Form
    • Method Detail

      • get

        public static ClassType get(java.lang.String literal)
        Returns the 'Class Type' literal with the specified literal value.
      • getByName

        public static ClassType getByName(java.lang.String name)
        Returns the 'Class Type' literal with the specified name.
      • get

        public static ClassType get(int value)
        Returns the 'Class Type' literal with the specified integer value.