com.ibm.commerce.member.facade.datatypes

Class OrganizationStatusEnumerationType

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


    public final class OrganizationStatusEnumerationType
    extends org.eclipse.emf.common.util.AbstractEnumerator
    A representation of the literals of the enumeration 'Organization Status Enumeration Type', and utility methods for working with them. The organization status values: Locked: The organization is locked. Unlocked: The organization is unlocked.
    See Also:
    MemberPackage.getOrganizationStatusEnumerationType()
    • Field Detail

      • LOCKED

        public static final int LOCKED
        The 'Locked' literal value.

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

        See Also:
        LOCKED_LITERAL, Constant Field Values
      • UNLOCKED

        public static final int UNLOCKED
        The 'Unlocked' literal value.

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

        See Also:
        UNLOCKED_LITERAL, Constant Field Values
      • VALUES

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

      • get

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

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

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