com.ibm.commerce.marketing.facade.datatypes

Class MarketingSpotOrderFormatEnumerationType

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


    public final class MarketingSpotOrderFormatEnumerationType
    extends org.eclipse.emf.common.util.AbstractEnumerator
    A representation of the literals of the enumeration 'Spot Order Format Enumeration Type', and utility methods for working with them. The types of data to display in an e-Marketing Spot. Supported types are CatalogGroup, CatalogEntry, MarketingContent or any custom type.
    See Also:
    MarketingPackage.getMarketingSpotOrderFormatEnumerationType()
    • Field Detail

      • NONE

        public static final int NONE
        The 'None' literal value.

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

        See Also:
        NONE_LITERAL, Constant Field Values
      • RANDOM

        public static final int RANDOM
        The 'Random' literal value.

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

        See Also:
        RANDOM_LITERAL, Constant Field Values
      • VALUES

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

      • get

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

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

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