com.ibm.commerce.marketing.facade.datatypes

Class MarketingStateEnumerationType

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


    public final class MarketingStateEnumerationType
    extends org.eclipse.emf.common.util.AbstractEnumerator
    A representation of the literals of the enumeration 'State Enumeration Type', and utility methods for working with them. The state of a campaign or marketing activity.
    See Also:
    MarketingPackage.getMarketingStateEnumerationType()
    • 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
      • INACTIVE

        public static final int INACTIVE
        The 'Inactive' literal value.

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

        See Also:
        INACTIVE_LITERAL, Constant Field Values
      • VALUES

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

      • get

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

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

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