Enum Class ProductConfigurationRelatedObjectType
java.lang.Object
java.lang.Enum<ProductConfigurationRelatedObjectType>
de.hybris.platform.sap.productconfig.runtime.interf.services.impl.ProductConfigurationRelatedObjectType
- All Implemented Interfaces:
Serializable,Comparable<ProductConfigurationRelatedObjectType>,Constable
public enum ProductConfigurationRelatedObjectType
extends Enum<ProductConfigurationRelatedObjectType>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionGenerated enum value forProductConfigurationRelatedObjectType.CART_ENTRYvalue defined at extensionsapproductconfigruntimeinterface.Generated enum value forProductConfigurationRelatedObjectType.ORDER_ENTRYvalue defined at extensionsapproductconfigruntimeinterface.Generated enum value forProductConfigurationRelatedObjectType.PRODUCTvalue defined at extensionsapproductconfigruntimeinterface.Generated enum value forProductConfigurationRelatedObjectType.QUOTE_ENTRYvalue defined at extensionsapproductconfigruntimeinterface.Generated enum value forProductConfigurationRelatedObjectType.SAVEDCART_ENTRYvalue defined at extensionsapproductconfigruntimeinterface.Generated enum value forProductConfigurationRelatedObjectType.UNKNOWNvalue defined at extensionsapproductconfigruntimeinterface. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CART_ENTRY
Generated enum value forProductConfigurationRelatedObjectType.CART_ENTRYvalue defined at extensionsapproductconfigruntimeinterface. -
SAVEDCART_ENTRY
Generated enum value forProductConfigurationRelatedObjectType.SAVEDCART_ENTRYvalue defined at extensionsapproductconfigruntimeinterface. -
ORDER_ENTRY
Generated enum value forProductConfigurationRelatedObjectType.ORDER_ENTRYvalue defined at extensionsapproductconfigruntimeinterface. -
QUOTE_ENTRY
Generated enum value forProductConfigurationRelatedObjectType.QUOTE_ENTRYvalue defined at extensionsapproductconfigruntimeinterface. -
PRODUCT
Generated enum value forProductConfigurationRelatedObjectType.PRODUCTvalue defined at extensionsapproductconfigruntimeinterface. -
UNKNOWN
Generated enum value forProductConfigurationRelatedObjectType.UNKNOWNvalue defined at extensionsapproductconfigruntimeinterface.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-