com.ibm.commerce.marketing.facade.datatypes

Class MarketingSpotUsageEnumerationType

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


    public final class MarketingSpotUsageEnumerationType
    extends org.eclipse.emf.common.util.AbstractEnumerator
    A representation of the literals of the enumeration 'Spot Usage Enumeration Type', and utility methods for working with them. The supported types of e-marketing spots.
    See Also:
    MarketingPackage.getMarketingSpotUsageEnumerationType()
    • Field Detail

      • MARKETING

        public static final int MARKETING
        The 'Marketing' literal value.

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

        See Also:
        MARKETING_LITERAL, Constant Field Values
      • CONTENT

        public static final int CONTENT
        The 'Content' literal value.

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

        See Also:
        CONTENT_LITERAL, Constant Field Values
      • VALUES

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

      • get

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

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

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