com.ibm.commerce.marketing.facade.datatypes

Class ActivityFormatEnumerationType

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


    public final class ActivityFormatEnumerationType
    extends org.eclipse.emf.common.util.AbstractEnumerator
    A representation of the literals of the enumeration 'Activity Format Enumeration Type', and utility methods for working with them. The types of supported marketing activities.
    See Also:
    MarketingPackage.getActivityFormatEnumerationType()
    • Field Detail

      • WEB

        public static final int WEB
        The 'Web' literal value.

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

        See Also:
        WEB_LITERAL, Constant Field Values
      • DIALOG

        public static final int DIALOG
        The 'Dialog' literal value.

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

        See Also:
        DIALOG_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
      • SEARCH

        public static final int SEARCH
        The 'Search' literal value.

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

        See Also:
        SEARCH_LITERAL, Constant Field Values
      • VALUES

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

      • get

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

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

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