public enum CustomSearchFilterAttributeType extends java.lang.Enum<CustomSearchFilterAttributeType>
Enum Constant and Description |
---|
Boolean |
Float |
Integer |
PreDefLocalizedString |
PreDefMultiLocalizedString |
PreDefMultiString |
PreDefString |
Standard |
Modifier and Type | Method and Description |
---|---|
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 PreDefString
public static final CustomSearchFilterAttributeType Integer
public static final CustomSearchFilterAttributeType Float
public static final CustomSearchFilterAttributeType Boolean
public static final CustomSearchFilterAttributeType Standard
public static final CustomSearchFilterAttributeType PreDefLocalizedString
public static final CustomSearchFilterAttributeType PreDefMultiString
public static final CustomSearchFilterAttributeType PreDefMultiLocalizedString
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 null