Enum Class DayOfWeekWsDTO

java.lang.Object
java.lang.Enum<DayOfWeekWsDTO>
de.hybris.platform.b2bwebservicescommons.dto.order.DayOfWeekWsDTO
All Implemented Interfaces:
Serializable, Comparable<DayOfWeekWsDTO>, Constable

public enum DayOfWeekWsDTO extends Enum<DayOfWeekWsDTO>
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    Enum.EnumDesc<E extends Enum<E>>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Generated enum value for DayOfWeekWsDTO.FRIDAY value defined at extension b2bwebservicescommons.
    Generated enum value for DayOfWeekWsDTO.MONDAY value defined at extension b2bwebservicescommons.
    Generated enum value for DayOfWeekWsDTO.SATURDAY value defined at extension b2bwebservicescommons.
    Generated enum value for DayOfWeekWsDTO.SUNDAY value defined at extension b2bwebservicescommons.
    Generated enum value for DayOfWeekWsDTO.THURSDAY value defined at extension b2bwebservicescommons.
    Generated enum value for DayOfWeekWsDTO.TUESDAY value defined at extension b2bwebservicescommons.
    Generated enum value for DayOfWeekWsDTO.WEDNESDAY value defined at extension b2bwebservicescommons.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the enum constant of this class with the specified name.
    Returns an array containing the constants of this enum class, in the order they are declared.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • SUNDAY

      public static final DayOfWeekWsDTO SUNDAY
      Generated enum value for DayOfWeekWsDTO.SUNDAY value defined at extension b2bwebservicescommons.
    • MONDAY

      public static final DayOfWeekWsDTO MONDAY
      Generated enum value for DayOfWeekWsDTO.MONDAY value defined at extension b2bwebservicescommons.
    • TUESDAY

      public static final DayOfWeekWsDTO TUESDAY
      Generated enum value for DayOfWeekWsDTO.TUESDAY value defined at extension b2bwebservicescommons.
    • WEDNESDAY

      public static final DayOfWeekWsDTO WEDNESDAY
      Generated enum value for DayOfWeekWsDTO.WEDNESDAY value defined at extension b2bwebservicescommons.
    • THURSDAY

      public static final DayOfWeekWsDTO THURSDAY
      Generated enum value for DayOfWeekWsDTO.THURSDAY value defined at extension b2bwebservicescommons.
    • FRIDAY

      public static final DayOfWeekWsDTO FRIDAY
      Generated enum value for DayOfWeekWsDTO.FRIDAY value defined at extension b2bwebservicescommons.
    • SATURDAY

      public static final DayOfWeekWsDTO SATURDAY
      Generated enum value for DayOfWeekWsDTO.SATURDAY value defined at extension b2bwebservicescommons.
  • Method Details

    • values

      public static DayOfWeekWsDTO[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static DayOfWeekWsDTO valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null