com.ibm.commerce.member.facade.datatypes

Class PreferredCommunicationEnumerationType

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


    public final class PreferredCommunicationEnumerationType
    extends org.eclipse.emf.common.util.AbstractEnumerator
    A representation of the literals of the enumeration 'Preferred Communication Enumeration Type', and utility methods for working with them. The default values of the preferred means of communication. Telephone1: The primary telephone number. Telephone2: The secondary Telephone number. Email1: The primary email address. Email2: The secondary email address. Fax1: The primary fax number. Fax2: The secondary fax number.
    See Also:
    MemberPackage.getPreferredCommunicationEnumerationType()
    • Method Detail

      • get

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

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

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