Enum Class TmaCommerceCartModificationStatus
java.lang.Object
java.lang.Enum<TmaCommerceCartModificationStatus>
de.hybris.platform.b2ctelcoservices.order.impl.TmaCommerceCartModificationStatus
- All Implemented Interfaces:
de.hybris.platform.commerceservices.order.CommerceCartModificationStatus,Serializable,Comparable<TmaCommerceCartModificationStatus>,Constable
public enum TmaCommerceCartModificationStatus
extends Enum<TmaCommerceCartModificationStatus>
implements de.hybris.platform.commerceservices.order.CommerceCartModificationStatus
Status values for the CommerceCartModification statusCode specific to TMA.
- Since:
- 1810
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionIndicates a problem between cart entries compatibility policies. -
Field Summary
Fields inherited from interface de.hybris.platform.commerceservices.order.CommerceCartModificationStatus
CONFIGURATION_ERROR, ENTRY_GROUP_ERROR, INVALID_ENTRY_GROUP_NUMBER, LOW_STOCK, MAX_BUNDLE_SELECTION_CRITERIA_LIMIT_EXCEEDED, MAX_ORDER_QUANTITY_EXCEEDED, MOVED_FROM_POS_TO_STORE, NO_STOCK, SUCCESS, SUCCESSFULLY_REMOVED, UNAVAILABLE -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Returns the enum constant of this class with the specified name.static TmaCommerceCartModificationStatus[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
COMPATIBILITY_ERROR
Indicates a problem between cart entries compatibility policies. -
ELIGIBILTY_ERROR
-
-
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
-
getCode
-