com.ibm.commerce.foundation.common.datatypes

Class TelephoneLocationEnumerationType

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


    public final class TelephoneLocationEnumerationType
    extends org.eclipse.emf.common.util.AbstractEnumerator
    A representation of the literals of the enumeration 'Telephone Location Enumeration Type', and utility methods for working with them. The location of the telephone: Home1: Primary home phone number. Home2: Secondary home phone number. Work1: Primary work phone number. Work2: Secondary work phone number. Mobile1: Primary mobile phone number. Mobile2: Secondary mobile phone number.
    See Also:
    CommerceFoundationPackage.getTelephoneLocationEnumerationType()
    • Field Detail

      • HOME1

        public static final int HOME1
        The 'Home1' literal value.

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

        See Also:
        HOME1_LITERAL, Constant Field Values
      • HOME2

        public static final int HOME2
        The 'Home2' literal value.

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

        See Also:
        HOME2_LITERAL, Constant Field Values
      • WORK1

        public static final int WORK1
        The 'Work1' literal value.

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

        See Also:
        WORK1_LITERAL, Constant Field Values
      • WORK2

        public static final int WORK2
        The 'Work2' literal value.

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

        See Also:
        WORK2_LITERAL, Constant Field Values
      • MOBILE1

        public static final int MOBILE1
        The 'Mobile1' literal value.

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

        See Also:
        MOBILE1_LITERAL, Constant Field Values
      • MOBILE2

        public static final int MOBILE2
        The 'Mobile2' literal value.

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

        See Also:
        MOBILE2_LITERAL, Constant Field Values
      • VALUES

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

      • get

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

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

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