com.ibm.commerce.order.facade.datatypes

Class AdjustmentCategoryEnumerationType

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


    public final class AdjustmentCategoryEnumerationType
    extends org.eclipse.emf.common.util.AbstractEnumerator
    A representation of the literals of the enumeration 'Adjustment Category Enumeration Type', and utility methods for working with them. The type definition of different kinds of adjustment categories.
    See Also:
    OrderPackage.getAdjustmentCategoryEnumerationType()
    • Field Detail

      • PERCENT_OFF_ADJUSTMENT

        public static final int PERCENT_OFF_ADJUSTMENT
        The 'Percent Off Adjustment' literal value.

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

        See Also:
        PERCENT_OFF_ADJUSTMENT_LITERAL, Constant Field Values
      • FIXED_AMOUNT_OFF_ADJUSTMENT

        public static final int FIXED_AMOUNT_OFF_ADJUSTMENT
        The 'Fixed Amount Off Adjustment' literal value.

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

        See Also:
        FIXED_AMOUNT_OFF_ADJUSTMENT_LITERAL, Constant Field Values
      • FIXED_COST_ADJUSTMENT

        public static final int FIXED_COST_ADJUSTMENT
        The 'Fixed Cost Adjustment' literal value.

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

        See Also:
        FIXED_COST_ADJUSTMENT_LITERAL, Constant Field Values
      • VALUES

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

      • get

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

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

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