com.ibm.commerce.marketing.facade.datatypes

Class MarketingContentFormatEnumerationType

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


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

      • get

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

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

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