com.ibm.commerce.order.facade.datatypes

Class InventoryStatusEnumerationType

  • java.lang.Object
    • org.eclipse.emf.common.util.AbstractEnumerator
      • com.ibm.commerce.order.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 'Inventory Status Enumeration Type', and utility methods for working with them. The type definition of an order item's inventory status.
    See Also:
    OrderPackage.getInventoryStatusEnumerationType()
    • Method Detail

      • get

        public static InventoryStatusEnumerationType get(java.lang.String literal)
        Returns the 'Inventory 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 'Inventory 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 'Inventory Status Enumeration Type' literal with the specified integer value.
        Parameters:
        value - the integer value.
        Returns:
        the matching enumerator or null.