com.ibm.commerce.marketing.facade.datatypes

Class MarketingEmailTemplateStatusEnumerationType

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


    public final class MarketingEmailTemplateStatusEnumerationType
    extends org.eclipse.emf.common.util.AbstractEnumerator
    A representation of the literals of the enumeration 'Email Template Status Enumeration Type', and utility methods for working with them. The current state of the marketing e-mail template. Possible values include: Deleted, Active
    See Also:
    MarketingPackage.getMarketingEmailTemplateStatusEnumerationType()
    • Field Detail

      • ACTIVE

        public static final int ACTIVE
        The 'Active' literal value.

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

        See Also:
        ACTIVE_LITERAL, Constant Field Values
      • DELETED

        public static final int DELETED
        The 'Deleted' literal value.

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

        See Also:
        DELETED_LITERAL, Constant Field Values
      • VALUES

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

      • get

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

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

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