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