com.ibm.commerce.member.facade.datatypes

Class AccountStatusType

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


    public final class AccountStatusType
    extends org.eclipse.emf.common.util.AbstractEnumerator
    A representation of the literals of the enumeration 'Account Status Type', and utility methods for working with them. The status of the person's account: Enabled - The user is allowed to login. Disabled - The user is not allowed to login.
    See Also:
    MemberPackage.getAccountStatusType()
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static AccountStatusType get(int value)
      Returns the 'Account Status Type' literal with the specified integer value.
      static AccountStatusType get(java.lang.String literal)
      Returns the 'Account Status Type' literal with the specified literal value.
      static AccountStatusType getByName(java.lang.String name)
      Returns the 'Account 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

      • ENABLED

        public static final int ENABLED
        The 'Enabled' literal value.

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

        See Also:
        ENABLED_LITERAL, Constant Field Values
      • DISABLED

        public static final int DISABLED
        The 'Disabled' literal value.

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

        See Also:
        DISABLED_LITERAL, Constant Field Values
      • ENABLED_LITERAL

        public static final AccountStatusType ENABLED_LITERAL
        The 'Enabled' literal object.
        See Also:
        ENABLED
      • VALUES

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

      • get

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

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

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