public enum CustomSearchFilterAttributeType extends java.lang.Enum<CustomSearchFilterAttributeType>
Enum Constant and Description |
---|
BOOLEAN |
FLOAT |
INTEGER |
LANG_OPTIONS |
LANG_TEXT_WITH_VAL_SEL |
OPTIONS |
TEXT_WITH_VAL_SEL |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.String,CustomSearchFilterAttributeType> |
MAP |
private java.lang.String |
type |
Modifier and Type | Method and Description |
---|---|
static CustomSearchFilterAttributeType |
get(java.lang.String type) |
java.lang.String |
toString() |
static CustomSearchFilterAttributeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CustomSearchFilterAttributeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CustomSearchFilterAttributeType TEXT_WITH_VAL_SEL
public static final CustomSearchFilterAttributeType LANG_TEXT_WITH_VAL_SEL
public static final CustomSearchFilterAttributeType OPTIONS
public static final CustomSearchFilterAttributeType LANG_OPTIONS
public static final CustomSearchFilterAttributeType INTEGER
public static final CustomSearchFilterAttributeType FLOAT
public static final CustomSearchFilterAttributeType BOOLEAN
private java.lang.String type
private static final java.util.Map<java.lang.String,CustomSearchFilterAttributeType> MAP
public static CustomSearchFilterAttributeType[] values()
for (CustomSearchFilterAttributeType c : CustomSearchFilterAttributeType.values()) System.out.println(c);
public static CustomSearchFilterAttributeType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<CustomSearchFilterAttributeType>
public static CustomSearchFilterAttributeType get(java.lang.String type)