com.ibm.commerce.promotion.facade.datatypes

Class PromotionStatusEnumerationType

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


    public final class PromotionStatusEnumerationType
    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. Default value for promotion status.
    See Also:
    PromotionPackage.getPromotionStatusEnumerationType()
    • Field Detail

      • ACTIVE

        public static final int ACTIVE
        The 'Active' literal value.

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

        See Also:
        ACTIVE_LITERAL, Constant Field Values
      • INACTIVE

        public static final int INACTIVE
        The 'Inactive' literal value.

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

        See Also:
        INACTIVE_LITERAL, Constant Field Values
      • MARK_FOR_DELETION

        public static final int MARK_FOR_DELETION
        The 'Mark For Deletion' literal value.

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

        See Also:
        MARK_FOR_DELETION_LITERAL, Constant Field Values
      • SUSPENDED

        public static final int SUSPENDED
        The 'Suspended' literal value.

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

        See Also:
        SUSPENDED_LITERAL, Constant Field Values
      • ACTIVATING

        public static final int ACTIVATING
        The 'Activating' literal value.

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

        See Also:
        ACTIVATING_LITERAL, Constant Field Values
      • ARCHIVED

        public static final int ARCHIVED
        The 'Archived' literal value.

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

        See Also:
        ARCHIVED_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 PromotionStatusEnumerationType 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 PromotionStatusEnumerationType 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 PromotionStatusEnumerationType 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.