com.ibm.commerce.order.facade.datatypes

Class PaymentLifeCycleStatusEnumerationType

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


    public final class PaymentLifeCycleStatusEnumerationType
    extends org.eclipse.emf.common.util.AbstractEnumerator
    A representation of the literals of the enumeration 'Payment Life Cycle Status Enumeration Type', and utility methods for working with them. The type definition of payment life cycle status.
    See Also:
    OrderPackage.getPaymentLifeCycleStatusEnumerationType()
    • Field Detail

      • SUCCESS

        public static final int SUCCESS
        The 'Success' literal value.

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

        See Also:
        SUCCESS_LITERAL, Constant Field Values
      • FAILED

        public static final int FAILED
        The 'Failed' literal value.

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

        See Also:
        FAILED_LITERAL, Constant Field Values
      • PENDING

        public static final int PENDING
        The 'Pending' literal value.

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

        See Also:
        PENDING_LITERAL, Constant Field Values
      • VALUES

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

      • get

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

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

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