com.ibm.commerce.marketing.facade.datatypes

Class ActivityTemplateFormatEnumerationType

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


    public final class ActivityTemplateFormatEnumerationType
    extends org.eclipse.emf.common.util.AbstractEnumerator
    A representation of the literals of the enumeration 'Activity Template Format Enumeration Type', and utility methods for working with them. The type of template of a marketing activity.
    See Also:
    MarketingPackage.getActivityTemplateFormatEnumerationType()
    • Field Detail

      • OPEN

        public static final int OPEN
        The 'Open' literal value.

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

        See Also:
        OPEN_LITERAL, Constant Field Values
      • CLOSED

        public static final int CLOSED
        The 'Closed' literal value.

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

        See Also:
        CLOSED_LITERAL, Constant Field Values
      • VALUES

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

      • get

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

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

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