Enum Class B2BPeriodRangeWsDTO

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

public enum B2BPeriodRangeWsDTO extends Enum<B2BPeriodRangeWsDTO>
  • 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 B2BPeriodRangeWsDTO.DAY value defined at extension b2bwebservicescommons.
    Generated enum value for B2BPeriodRangeWsDTO.MONTH value defined at extension b2bwebservicescommons.
    Generated enum value for B2BPeriodRangeWsDTO.QUARTER value defined at extension b2bwebservicescommons.
    Generated enum value for B2BPeriodRangeWsDTO.WEEK value defined at extension b2bwebservicescommons.
    Generated enum value for B2BPeriodRangeWsDTO.YEAR 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

    • DAY

      public static final B2BPeriodRangeWsDTO DAY
      Generated enum value for B2BPeriodRangeWsDTO.DAY value defined at extension b2bwebservicescommons.
    • WEEK

      public static final B2BPeriodRangeWsDTO WEEK
      Generated enum value for B2BPeriodRangeWsDTO.WEEK value defined at extension b2bwebservicescommons.
    • MONTH

      public static final B2BPeriodRangeWsDTO MONTH
      Generated enum value for B2BPeriodRangeWsDTO.MONTH value defined at extension b2bwebservicescommons.
    • QUARTER

      public static final B2BPeriodRangeWsDTO QUARTER
      Generated enum value for B2BPeriodRangeWsDTO.QUARTER value defined at extension b2bwebservicescommons.
    • YEAR

      public static final B2BPeriodRangeWsDTO YEAR
      Generated enum value for B2BPeriodRangeWsDTO.YEAR value defined at extension b2bwebservicescommons.
  • Method Details

    • values

      public static B2BPeriodRangeWsDTO[] 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 B2BPeriodRangeWsDTO 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