com.ibm.commerce.foundation.common.datatypes

Class BestCallingTimeEnumerationType

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


    public final class BestCallingTimeEnumerationType
    extends org.eclipse.emf.common.util.AbstractEnumerator
    A representation of the literals of the enumeration 'Best Calling Time Enumeration Type', and utility methods for working with them. The best time of the day to call: Daytime - During the day. Evening - During the evening.
    See Also:
    CommerceFoundationPackage.getBestCallingTimeEnumerationType()
    • Field Detail

      • DAYTIME

        public static final int DAYTIME
        The 'Daytime' literal value.

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

        See Also:
        DAYTIME_LITERAL, Constant Field Values
      • EVENING

        public static final int EVENING
        The 'Evening' literal value.

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

        See Also:
        EVENING_LITERAL, Constant Field Values
      • VALUES

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

      • get

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

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

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