com.ibm.commerce.marketing.facade.datatypes

Class CampaignElementFormatEnumerationType

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


    public final class CampaignElementFormatEnumerationType
    extends org.eclipse.emf.common.util.AbstractEnumerator
    A representation of the literals of the enumeration 'Campaign Element Format Enumeration Type', and utility methods for working with them. The types of campaign elements. Supported types are Trigger, Target, and Action.
    See Also:
    MarketingPackage.getCampaignElementFormatEnumerationType()
    • Method Detail

      • get

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

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

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