com.ibm.commerce.inventory.facade.datatypes

Class InventoryStatusEnumerationType

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


    public final class InventoryStatusEnumerationType
    extends org.eclipse.emf.common.util.AbstractEnumerator
    A representation of the literals of the enumeration 'Status Enumeration Type', and utility methods for working with them. Type definition of the predefined inventory status enumerations.
    See Also:
    InventoryPackage.getInventoryStatusEnumerationType()
    • Field Detail

      • AVAILABLE

        public static final int AVAILABLE
        The 'Available' literal value.

        If the meaning of 'Available' literal object isn't clear, there really should be more of a description here...

        See Also:
        AVAILABLE_LITERAL, Constant Field Values
      • BACKORDERABLE

        public static final int BACKORDERABLE
        The 'Backorderable' literal value.

        If the meaning of 'Backorderable' literal object isn't clear, there really should be more of a description here...

        See Also:
        BACKORDERABLE_LITERAL, Constant Field Values
      • UNAVAILABLE

        public static final int UNAVAILABLE
        The 'Unavailable' literal value.

        If the meaning of 'Unavailable' literal object isn't clear, there really should be more of a description here...

        See Also:
        UNAVAILABLE_LITERAL, Constant Field Values
      • VALUES

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

      • get

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

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

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