com.ibm.commerce.marketing.facade.datatypes

Class MarketingEmailTemplateBodyEnumerationType

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


    public final class MarketingEmailTemplateBodyEnumerationType
    extends org.eclipse.emf.common.util.AbstractEnumerator
    A representation of the literals of the enumeration 'Email Template Body Enumeration Type', and utility methods for working with them. The type of the e-mail body. Possible values include: HTML, Plain text.
    See Also:
    MarketingPackage.getMarketingEmailTemplateBodyEnumerationType()
    • Field Detail

      • HTML

        public static final int HTML
        The 'HTML' literal value.

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

        See Also:
        HTML_LITERAL, Constant Field Values
      • PLAIN_TEXT

        public static final int PLAIN_TEXT
        The 'Plain Text' literal value.

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

        See Also:
        PLAIN_TEXT_LITERAL, Constant Field Values
      • VALUES

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

      • get

        public static MarketingEmailTemplateBodyEnumerationType get(java.lang.String literal)
        Returns the 'Email Template Body Enumeration Type' literal with the specified literal value.
        Parameters:
        literal - the literal.
        Returns:
        the matching enumerator or null.
      • getByName

        public static MarketingEmailTemplateBodyEnumerationType getByName(java.lang.String name)
        Returns the 'Email Template Body Enumeration Type' literal with the specified name.
        Parameters:
        name - the name.
        Returns:
        the matching enumerator or null.
      • get

        public static MarketingEmailTemplateBodyEnumerationType get(int value)
        Returns the 'Email Template Body Enumeration Type' literal with the specified integer value.
        Parameters:
        value - the integer value.
        Returns:
        the matching enumerator or null.