public enum ProductReferenceTypeEnum extends Enum<ProductReferenceTypeEnum> implements HybrisEnumValue
| Enum Constant and Description |
|---|
ACCESSORIES
Generated enum value for ProductReferenceTypeEnum.ACCESSORIES declared at extension catalog.
|
BASE_PRODUCT
Generated enum value for ProductReferenceTypeEnum.BASE_PRODUCT declared at extension catalog.
|
CONSISTS_OF
Generated enum value for ProductReferenceTypeEnum.CONSISTS_OF declared at extension catalog.
|
CROSSELLING
Generated enum value for ProductReferenceTypeEnum.CROSSELLING declared at extension catalog.
|
DIFF_ORDERUNIT
Generated enum value for ProductReferenceTypeEnum.DIFF_ORDERUNIT declared at extension catalog.
|
FOLLOWUP
Generated enum value for ProductReferenceTypeEnum.FOLLOWUP declared at extension catalog.
|
MANDATORY
Generated enum value for ProductReferenceTypeEnum.MANDATORY declared at extension catalog.
|
OTHERS
Generated enum value for ProductReferenceTypeEnum.OTHERS declared at extension catalog.
|
SELECT
Generated enum value for ProductReferenceTypeEnum.SELECT declared at extension catalog.
|
SIMILAR
Generated enum value for ProductReferenceTypeEnum.SIMILAR declared at extension catalog.
|
SPAREPART
Generated enum value for ProductReferenceTypeEnum.SPAREPART declared at extension catalog.
|
UPSELLING
Generated enum value for ProductReferenceTypeEnum.UPSELLING declared at extension catalog.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
SIMPLE_CLASSNAME
Generated simple class name constant.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Gets the code of this enum value.
|
String |
getType()
Gets the type this enum value belongs to.
|
static ProductReferenceTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProductReferenceTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProductReferenceTypeEnum ACCESSORIES
public static final ProductReferenceTypeEnum BASE_PRODUCT
public static final ProductReferenceTypeEnum CONSISTS_OF
public static final ProductReferenceTypeEnum DIFF_ORDERUNIT
public static final ProductReferenceTypeEnum FOLLOWUP
public static final ProductReferenceTypeEnum MANDATORY
public static final ProductReferenceTypeEnum SIMILAR
public static final ProductReferenceTypeEnum SELECT
public static final ProductReferenceTypeEnum SPAREPART
public static final ProductReferenceTypeEnum OTHERS
public static final ProductReferenceTypeEnum UPSELLING
public static final ProductReferenceTypeEnum CROSSELLING
public static final String _TYPECODE
public static final String SIMPLE_CLASSNAME
public static ProductReferenceTypeEnum[] values()
for (ProductReferenceTypeEnum c : ProductReferenceTypeEnum.values()) System.out.println(c);
public static ProductReferenceTypeEnum 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 nullpublic String getCode()
getCode in interface HybrisEnumValuepublic String getType()
getType in interface HybrisEnumValueCopyright © 2017 SAP SE. All Rights Reserved.