Enum Class B2BReplenishmentRecurrenceEnum

java.lang.Object
java.lang.Enum<B2BReplenishmentRecurrenceEnum>
de.hybris.platform.b2bacceleratorfacades.order.data.B2BReplenishmentRecurrenceEnum
All Implemented Interfaces:
Serializable, Comparable<B2BReplenishmentRecurrenceEnum>, Constable

public enum B2BReplenishmentRecurrenceEnum extends Enum<B2BReplenishmentRecurrenceEnum>
  • Enum Constant Details

    • DAILY

      public static final B2BReplenishmentRecurrenceEnum DAILY
      Generated enum value for B2BReplenishmentRecurrenceEnum.DAILY value defined at extension b2bacceleratorfacades.
    • WEEKLY

      public static final B2BReplenishmentRecurrenceEnum WEEKLY
      Generated enum value for B2BReplenishmentRecurrenceEnum.WEEKLY value defined at extension b2bacceleratorfacades.
    • MONTHLY

      public static final B2BReplenishmentRecurrenceEnum MONTHLY
      Generated enum value for B2BReplenishmentRecurrenceEnum.MONTHLY value defined at extension b2bacceleratorfacades.
  • Method Details

    • values

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