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