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