com.ibm.commerce.order.facade.datatypes

Class AdjustmentUsageEnumerationType

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


    public final class AdjustmentUsageEnumerationType
    extends org.eclipse.emf.common.util.AbstractEnumerator
    A representation of the literals of the enumeration 'Adjustment Usage Enumeration Type', and utility methods for working with them. Indicates how usage of the adjustment: Price: Price adjustment Shipping : Shipping adjustment
    See Also:
    OrderPackage.getAdjustmentUsageEnumerationType()
    • Field Detail

      • PRICE

        public static final int PRICE
        The 'Price' literal value.

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

        See Also:
        PRICE_LITERAL, Constant Field Values
      • SHIPPING

        public static final int SHIPPING
        The 'Shipping' literal value.

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

        See Also:
        SHIPPING_LITERAL, Constant Field Values
      • VALUES

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

      • get

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

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

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