com.ibm.commerce.member.facade.datatypes

Class MaritalStatusEnumerationType

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


    public final class MaritalStatusEnumerationType
    extends org.eclipse.emf.common.util.AbstractEnumerator
    A representation of the literals of the enumeration 'Marital Status Enumeration Type', and utility methods for working with them. Default marital status values.
    See Also:
    MemberPackage.getMaritalStatusEnumerationType()
    • Field Detail

      • SINGLE

        public static final int SINGLE
        The 'Single' literal value.

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

        See Also:
        SINGLE_LITERAL, Constant Field Values
      • MARRIED

        public static final int MARRIED
        The 'Married' literal value.

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

        See Also:
        MARRIED_LITERAL, Constant Field Values
      • WIDOWED

        public static final int WIDOWED
        The 'Widowed' literal value.

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

        See Also:
        WIDOWED_LITERAL, Constant Field Values
      • DIVORCED

        public static final int DIVORCED
        The 'Divorced' literal value.

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

        See Also:
        DIVORCED_LITERAL, Constant Field Values
      • SEPARATED

        public static final int SEPARATED
        The 'Separated' literal value.

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

        See Also:
        SEPARATED_LITERAL, Constant Field Values
      • COMMON_LAW

        public static final int COMMON_LAW
        The 'Common Law' literal value.

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

        See Also:
        COMMON_LAW_LITERAL, Constant Field Values
      • OTHER

        public static final int OTHER
        The 'Other' literal value.

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

        See Also:
        OTHER_LITERAL, Constant Field Values
      • VALUES

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

      • get

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

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

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