Enum Class B2BReplenishmentRecurrenceEnum
java.lang.Object
java.lang.Enum<B2BReplenishmentRecurrenceEnum>
de.hybris.platform.b2bacceleratorfacades.order.data.B2BReplenishmentRecurrenceEnum
- All Implemented Interfaces:
Serializable,Comparable<B2BReplenishmentRecurrenceEnum>,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 forB2BReplenishmentRecurrenceEnum.DAILYvalue defined at extensionb2bacceleratorfacades.Generated enum value forB2BReplenishmentRecurrenceEnum.MONTHLYvalue defined at extensionb2bacceleratorfacades.Generated enum value forB2BReplenishmentRecurrenceEnum.WEEKLYvalue defined at extensionb2bacceleratorfacades. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static B2BReplenishmentRecurrenceEnum[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DAILY
Generated enum value forB2BReplenishmentRecurrenceEnum.DAILYvalue defined at extensionb2bacceleratorfacades. -
WEEKLY
Generated enum value forB2BReplenishmentRecurrenceEnum.WEEKLYvalue defined at extensionb2bacceleratorfacades. -
MONTHLY
Generated enum value forB2BReplenishmentRecurrenceEnum.MONTHLYvalue defined at extensionb2bacceleratorfacades.
-
-
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
-