com.ibm.commerce.promotion.facade.datatypes

Class DayOfWeekEnumerationType

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


    public final class DayOfWeekEnumerationType
    extends org.eclipse.emf.common.util.AbstractEnumerator
    A representation of the literals of the enumeration 'Day Of Week Enumeration Type', and utility methods for working with them. Default value for day of week.
    See Also:
    PromotionPackage.getDayOfWeekEnumerationType()
    • Field Detail

      • SUNDAY

        public static final int SUNDAY
        The 'Sunday' literal value.

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

        See Also:
        SUNDAY_LITERAL, Constant Field Values
      • MONDAY

        public static final int MONDAY
        The 'Monday' literal value.

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

        See Also:
        MONDAY_LITERAL, Constant Field Values
      • TUESDAY

        public static final int TUESDAY
        The 'Tuesday' literal value.

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

        See Also:
        TUESDAY_LITERAL, Constant Field Values
      • WEDNESDAY

        public static final int WEDNESDAY
        The 'Wednesday' literal value.

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

        See Also:
        WEDNESDAY_LITERAL, Constant Field Values
      • THURSDAY

        public static final int THURSDAY
        The 'Thursday' literal value.

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

        See Also:
        THURSDAY_LITERAL, Constant Field Values
      • FRIDAY

        public static final int FRIDAY
        The 'Friday' literal value.

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

        See Also:
        FRIDAY_LITERAL, Constant Field Values
      • SATURDAY

        public static final int SATURDAY
        The 'Saturday' literal value.

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

        See Also:
        SATURDAY_LITERAL, Constant Field Values
      • VALUES

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

      • get

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

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

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