Enum Class ProductConfigMessageSource

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

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

    • ENGINE

      public static final ProductConfigMessageSource ENGINE
      Generated enum value for ProductConfigMessageSource.ENGINE value defined at extension sapproductconfigruntimeinterface.
    • RULE

      public static final ProductConfigMessageSource RULE
      Generated enum value for ProductConfigMessageSource.RULE value defined at extension sapproductconfigrules.
  • Method Details

    • values

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