com.ibm.commerce.order.facade.datatypes

Class FulfillmentStatusEnumerationType

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


    public final class FulfillmentStatusEnumerationType
    extends org.eclipse.emf.common.util.AbstractEnumerator
    A representation of the literals of the enumeration 'Fulfillment Status Enumeration Type', and utility methods for working with them. The type definition of an order item's fulfillment status.
    See Also:
    OrderPackage.getFulfillmentStatusEnumerationType()
    • Field Detail

      • UNRELEASED

        public static final int UNRELEASED
        The 'Unreleased' literal value.

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

        See Also:
        UNRELEASED_LITERAL, Constant Field Values
      • HOLD

        public static final int HOLD
        The 'Hold' literal value.

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

        See Also:
        HOLD_LITERAL, Constant Field Values
      • RELEASED

        public static final int RELEASED
        The 'Released' literal value.

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

        See Also:
        RELEASED_LITERAL, Constant Field Values
      • SHIPPED

        public static final int SHIPPED
        The 'Shipped' literal value.

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

        See Also:
        SHIPPED_LITERAL, Constant Field Values
      • VALUES

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

      • get

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

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

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