Enum Class B2BPeriodRangeWsDTO
java.lang.Object
java.lang.Enum<B2BPeriodRangeWsDTO>
de.hybris.platform.b2bwebservicescommons.dto.company.B2BPeriodRangeWsDTO
- All Implemented Interfaces:
Serializable,Comparable<B2BPeriodRangeWsDTO>,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionGenerated enum value forB2BPeriodRangeWsDTO.DAYvalue defined at extensionb2bwebservicescommons.Generated enum value forB2BPeriodRangeWsDTO.MONTHvalue defined at extensionb2bwebservicescommons.Generated enum value forB2BPeriodRangeWsDTO.QUARTERvalue defined at extensionb2bwebservicescommons.Generated enum value forB2BPeriodRangeWsDTO.WEEKvalue defined at extensionb2bwebservicescommons.Generated enum value forB2BPeriodRangeWsDTO.YEARvalue defined at extensionb2bwebservicescommons. -
Method Summary
Modifier and TypeMethodDescriptionstatic B2BPeriodRangeWsDTOReturns the enum constant of this class with the specified name.static B2BPeriodRangeWsDTO[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DAY
Generated enum value forB2BPeriodRangeWsDTO.DAYvalue defined at extensionb2bwebservicescommons. -
WEEK
Generated enum value forB2BPeriodRangeWsDTO.WEEKvalue defined at extensionb2bwebservicescommons. -
MONTH
Generated enum value forB2BPeriodRangeWsDTO.MONTHvalue defined at extensionb2bwebservicescommons. -
QUARTER
Generated enum value forB2BPeriodRangeWsDTO.QUARTERvalue defined at extensionb2bwebservicescommons. -
YEAR
Generated enum value forB2BPeriodRangeWsDTO.YEARvalue defined at extensionb2bwebservicescommons.
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-