public enum B2BReplenishmentRecurrenceEnum extends java.lang.Enum<B2BReplenishmentRecurrenceEnum>
| Enum Constant and Description |
|---|
DAILY
Generated enum value for
B2BReplenishmentRecurrenceEnum.DAILY value defined at extension b2bacceleratorfacades. |
MONTHLY
Generated enum value for
B2BReplenishmentRecurrenceEnum.MONTHLY value defined at extension b2bacceleratorfacades. |
WEEKLY
Generated enum value for
B2BReplenishmentRecurrenceEnum.WEEKLY value defined at extension b2bacceleratorfacades. |
| Modifier and Type | Method and Description |
|---|---|
static B2BReplenishmentRecurrenceEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static B2BReplenishmentRecurrenceEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final B2BReplenishmentRecurrenceEnum DAILY
B2BReplenishmentRecurrenceEnum.DAILY value defined at extension b2bacceleratorfacades.public static final B2BReplenishmentRecurrenceEnum WEEKLY
B2BReplenishmentRecurrenceEnum.WEEKLY value defined at extension b2bacceleratorfacades.public static final B2BReplenishmentRecurrenceEnum MONTHLY
B2BReplenishmentRecurrenceEnum.MONTHLY value defined at extension b2bacceleratorfacades.public static B2BReplenishmentRecurrenceEnum[] values()
for (B2BReplenishmentRecurrenceEnum c : B2BReplenishmentRecurrenceEnum.values()) System.out.println(c);
public static B2BReplenishmentRecurrenceEnum valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2018 SAP SE. All Rights Reserved.