Enum Class ProductConfigMessagePromoType

java.lang.Object
java.lang.Enum<ProductConfigMessagePromoType>
de.hybris.platform.sap.productconfig.runtime.interf.model.ProductConfigMessagePromoType
All Implemented Interfaces:
Serializable, Comparable<ProductConfigMessagePromoType>, Constable

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

    • PROMO_APPLIED

      public static final ProductConfigMessagePromoType PROMO_APPLIED
      Generated enum value for ProductConfigMessagePromoType.PROMO_APPLIED value defined at extension sapproductconfigruntimeinterface.
    • PROMO_OPPORTUNITY

      public static final ProductConfigMessagePromoType PROMO_OPPORTUNITY
      Generated enum value for ProductConfigMessagePromoType.PROMO_OPPORTUNITY value defined at extension sapproductconfigruntimeinterface.
  • Method Details

    • values

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