Enum Class ProductVariantOption

java.lang.Object
java.lang.Enum<ProductVariantOption>
de.hybris.platform.commercefacades.product.ProductVariantOption
All Implemented Interfaces:
Serializable, Comparable<ProductVariantOption>, Constable

public enum ProductVariantOption extends Enum<ProductVariantOption>
  • Enum Constant Details

    • URL

      public static final ProductVariantOption URL
      Generated enum value for ProductVariantOption.URL value defined at extension commercefacades.
    • MEDIA

      public static final ProductVariantOption MEDIA
      Generated enum value for ProductVariantOption.MEDIA value defined at extension commercefacades.
    • PRICE

      public static final ProductVariantOption PRICE
      Generated enum value for ProductVariantOption.PRICE value defined at extension commercefacades.
    • STOCK

      public static final ProductVariantOption STOCK
      Generated enum value for ProductVariantOption.STOCK value defined at extension commercefacades.
  • Method Details

    • values

      public static ProductVariantOption[] 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

      public static ProductVariantOption valueOf(String name)
      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 name
      NullPointerException - if the argument is null