com.ibm.commerce.member.facade.datatypes

Class RegistrationStatusType

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


    public final class RegistrationStatusType
    extends org.eclipse.emf.common.util.AbstractEnumerator
    A representation of the literals of the enumeration 'Registration Status Type', and utility methods for working with them. Specifies the registration status of the person: Guest - A person that has not registered. RegisteredPerson - A registered person. This is read only.
    See Also:
    MemberPackage.getRegistrationStatusType()
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static RegistrationStatusType get(int value)
      Returns the 'Registration Status Type' literal with the specified integer value.
      static RegistrationStatusType get(java.lang.String literal)
      Returns the 'Registration Status Type' literal with the specified literal value.
      static RegistrationStatusType getByName(java.lang.String name)
      Returns the 'Registration Status Type' literal with the specified name.
      • Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator

        getLiteral, getName, getValue, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • GUEST

        public static final int GUEST
        The 'Guest' literal value.

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

        See Also:
        GUEST_LITERAL, Constant Field Values
      • REGISTERED_PERSON

        public static final int REGISTERED_PERSON
        The 'Registered Person' literal value.

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

        See Also:
        REGISTERED_PERSON_LITERAL, Constant Field Values
      • VALUES

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

      • get

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

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

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