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

Class XMLTypeValue

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


    public final class XMLTypeValue
    extends org.eclipse.emf.common.util.AbstractEnumerator
    A representation of the type specified in a TYPE clause in an XML GENERATE statement. This includes the literals of the enumeration 'XML Type Value', and utility methods for working with them.
    See Also:
    COBOLPackage.getXMLTypeValue(), Serialized Form
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static XMLTypeValue get(int value)
      Returns the 'XML Type Value' literal with the specified integer value.
      static XMLTypeValue get(java.lang.String literal)
      Returns the 'XML Type Value' literal with the specified literal value.
      static XMLTypeValue getByName(java.lang.String name)
      Returns the 'XML Type Value' 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
    • Method Detail

      • get

        public static XMLTypeValue get(java.lang.String literal)
        Returns the 'XML Type Value' literal with the specified literal value.
      • getByName

        public static XMLTypeValue getByName(java.lang.String name)
        Returns the 'XML Type Value' literal with the specified name.
      • get

        public static XMLTypeValue get(int value)
        Returns the 'XML Type Value' literal with the specified integer value.