Enum Class ProductVariantOption
java.lang.Object
java.lang.Enum<ProductVariantOption>
de.hybris.platform.commercefacades.product.ProductVariantOption
- All Implemented Interfaces:
Serializable,Comparable<ProductVariantOption>,Constable
-
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 forProductVariantOption.MEDIAvalue defined at extensioncommercefacades.Generated enum value forProductVariantOption.PRICEvalue defined at extensioncommercefacades.Generated enum value forProductVariantOption.STOCKvalue defined at extensioncommercefacades.Generated enum value forProductVariantOption.URLvalue defined at extensioncommercefacades. -
Method Summary
Modifier and TypeMethodDescriptionstatic ProductVariantOptionReturns the enum constant of this class with the specified name.static ProductVariantOption[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
URL
Generated enum value forProductVariantOption.URLvalue defined at extensioncommercefacades. -
MEDIA
Generated enum value forProductVariantOption.MEDIAvalue defined at extensioncommercefacades. -
PRICE
Generated enum value forProductVariantOption.PRICEvalue defined at extensioncommercefacades. -
STOCK
Generated enum value forProductVariantOption.STOCKvalue defined at extensioncommercefacades.
-
-
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
-