com.ibm.commerce.order.facade.datatypes

Class BuyerApprovalStatusEnumerationType

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


    public final class BuyerApprovalStatusEnumerationType
    extends org.eclipse.emf.common.util.AbstractEnumerator
    A representation of the literals of the enumeration 'Buyer Approval Status Enumeration Type', and utility methods for working with them. Indicates the buyer approval status of the order: Approved: Approved Rejected: Rejected PendingApproval: Pending approval.
    See Also:
    OrderPackage.getBuyerApprovalStatusEnumerationType()
    • Field Detail

      • APPROVED

        public static final int APPROVED
        The 'Approved' literal value.

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

        See Also:
        APPROVED_LITERAL, Constant Field Values
      • REJECTED

        public static final int REJECTED
        The 'Rejected' literal value.

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

        See Also:
        REJECTED_LITERAL, Constant Field Values
      • PENDING_APPROVAL

        public static final int PENDING_APPROVAL
        The 'Pending Approval' literal value.

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

        See Also:
        PENDING_APPROVAL_LITERAL, Constant Field Values
      • VALUES

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

      • get

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

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

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