com.ibm.commerce.member.facade.datatypes

Class RegistrationApprovalStatusEnumerationType

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


    public final class RegistrationApprovalStatusEnumerationType
    extends org.eclipse.emf.common.util.AbstractEnumerator
    A representation of the literals of the enumeration 'Registration Approval Status Enumeration Type', and utility methods for working with them. The approval status of a member's registration: Approved: The registration was approved. PendingApproval: The registration is pending approval. Rejected: The registration request was rejected. This is for read only purposes.
    See Also:
    MemberPackage.getRegistrationApprovalStatusEnumerationType()
    • Method Detail

      • get

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

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

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