public enum FilterEnum extends Enum<FilterEnum>
| Enum Constant and Description |
|---|
PRICE_RELEVANT
Generated enum value for
FilterEnum.PRICE_RELEVANT value defined at extension sapproductconfigfacades. |
USER_INPUT
Generated enum value for
FilterEnum.USER_INPUT value defined at extension sapproductconfigfacades. |
VISIBLE
Generated enum value for
FilterEnum.VISIBLE value defined at extension sapproductconfigfacades. |
| Modifier and Type | Method and Description |
|---|---|
static FilterEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FilterEnum VISIBLE
FilterEnum.VISIBLE value defined at extension sapproductconfigfacades.public static final FilterEnum USER_INPUT
FilterEnum.USER_INPUT value defined at extension sapproductconfigfacades.public static final FilterEnum PRICE_RELEVANT
FilterEnum.PRICE_RELEVANT value defined at extension sapproductconfigfacades.public static FilterEnum[] values()
for (FilterEnum c : FilterEnum.values()) System.out.println(c);
public static FilterEnum 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.