Enum Class AsFeatureFlag

java.lang.Object
java.lang.Enum<AsFeatureFlag>
de.hybris.platform.adaptivesearch.strategies.AsFeatureFlag
All Implemented Interfaces:
Serializable, Comparable<AsFeatureFlag>, Constable

public enum AsFeatureFlag extends Enum<AsFeatureFlag>
Cache scopes.
  • Enum Constant Details

    • FACET_VALUES_SORT_PROVIDER

      public static final AsFeatureFlag FACET_VALUES_SORT_PROVIDER
    • FACET_VALUES_DISPLAY_NAME_PROVIDER

      public static final AsFeatureFlag FACET_VALUES_DISPLAY_NAME_PROVIDER
    • FACET_TOP_VALUES_PROVIDER

      public static final AsFeatureFlag FACET_TOP_VALUES_PROVIDER
    • FACET_TOP_VALUES

      public static final AsFeatureFlag FACET_TOP_VALUES
    • FACET_SORT

      public static final AsFeatureFlag FACET_SORT
    • FACET_VALUE_RANGES

      public static final AsFeatureFlag FACET_VALUE_RANGES
  • Method Details

    • values

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