Enum Class FacetFilterMode

java.lang.Object
java.lang.Enum<FacetFilterMode>
com.hp.lft.sdk.sap.ui5.FacetFilterMode
All Implemented Interfaces:
Serializable, Comparable<FacetFilterMode>, java.lang.constant.Constable

public enum FacetFilterMode extends Enum<FacetFilterMode>
Visual display type for SAPUI5 facet filter objects.
  • Enum Constant Details

    • AUTO

      public static final FacetFilterMode AUTO
      Automatically selected display type.
    • FIXED

      public static final FacetFilterMode FIXED
      Pre-defined display type.
    • SIMPLE

      public static final FacetFilterMode SIMPLE
      Simple display type.
    • LIGHT

      public static final FacetFilterMode LIGHT
      Light display type.
  • Method Details

    • values

      public static FacetFilterMode[] 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 FacetFilterMode 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
    • getFacetFilterModeString

      public String getFacetFilterModeString()