com.ibm.commerce.order.facade.datatypes

Class ChannelNameEnumerationType

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


    public final class ChannelNameEnumerationType
    extends org.eclipse.emf.common.util.AbstractEnumerator
    A representation of the literals of the enumeration 'Channel Name Enumeration Type', and utility methods for working with them.
    See Also:
    OrderPackage.getChannelNameEnumerationType()
    • Field Detail

      • KIOSK

        public static final int KIOSK
        The 'Kiosk' literal value.

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

        See Also:
        KIOSK_LITERAL, Constant Field Values
      • PHONE

        public static final int PHONE
        The 'Phone' literal value.

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

        See Also:
        PHONE_LITERAL, Constant Field Values
      • MAIL

        public static final int MAIL
        The 'Mail' literal value.

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

        See Also:
        MAIL_LITERAL, Constant Field Values
      • FAX

        public static final int FAX
        The 'Fax' literal value.

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

        See Also:
        FAX_LITERAL, Constant Field Values
      • EMAIL

        public static final int EMAIL
        The 'EMail' literal value.

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

        See Also:
        EMAIL_LITERAL, Constant Field Values
      • ELECTRONIC_DATA_FEED

        public static final int ELECTRONIC_DATA_FEED
        The 'Electronic Data Feed' literal value.

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

        See Also:
        ELECTRONIC_DATA_FEED_LITERAL, Constant Field Values
      • WEB_CHANNEL

        public static final int WEB_CHANNEL
        The 'Web Channel' literal value.

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

        See Also:
        WEB_CHANNEL_LITERAL, Constant Field Values
      • PHYSICAL_STORE

        public static final int PHYSICAL_STORE
        The 'Physical Store' literal value.

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

        See Also:
        PHYSICAL_STORE_LITERAL, Constant Field Values
      • TELESALES

        public static final int TELESALES
        The 'Telesales' literal value.

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

        See Also:
        TELESALES_LITERAL, Constant Field Values
      • B2B_EXTERNAL

        public static final int B2B_EXTERNAL
        The 'B2B External' literal value.

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

        See Also:
        B2B_EXTERNAL_LITERAL, Constant Field Values
      • HTTP_DEVICE

        public static final int HTTP_DEVICE
        The 'Http Device' literal value.

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

        See Also:
        HTTP_DEVICE_LITERAL, Constant Field Values
      • VALUES

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

      • get

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

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

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