com.ibm.commerce.foundation.common.datatypes

Class DisplayLevelEnumerationType

  • java.lang.Object
    • org.eclipse.emf.common.util.AbstractEnumerator
      • com.ibm.commerce.foundation.common.datatypes.DisplayLevelEnumerationType
  • All Implemented Interfaces:
    org.eclipse.emf.common.util.Enumerator


    public final class DisplayLevelEnumerationType
    extends org.eclipse.emf.common.util.AbstractEnumerator
    A representation of the literals of the enumeration 'Display Level Enumeration Type', and utility methods for working with them. The type definition of an adjustment's display level.
    See Also:
    CommerceFoundationPackage.getDisplayLevelEnumerationType()
    • Method Summary

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

      • VALUES

        public static final java.util.List VALUES
        A public read-only list of all the 'Display Level Enumeration Type' enumerators.
    • Method Detail

      • get

        public static DisplayLevelEnumerationType get(java.lang.String literal)
        Returns the 'Display Level Enumeration Type' literal with the specified literal value.
        Parameters:
        literal - the literal.
        Returns:
        the matching enumerator or null.
      • getByName

        public static DisplayLevelEnumerationType getByName(java.lang.String name)
        Returns the 'Display Level Enumeration Type' literal with the specified name.
        Parameters:
        name - the name.
        Returns:
        the matching enumerator or null.
      • get

        public static DisplayLevelEnumerationType get(int value)
        Returns the 'Display Level Enumeration Type' literal with the specified integer value.
        Parameters:
        value - the integer value.
        Returns:
        the matching enumerator or null.