public static enum SearchConfigImpl.ConfigurationProperty extends java.lang.Enum<SearchConfigImpl.ConfigurationProperty> implements IConfigurationProperty
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
key |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey() |
static SearchConfigImpl.ConfigurationProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SearchConfigImpl.ConfigurationProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchConfigImpl.ConfigurationProperty SEARCH_SEARCH_QUERYFIELDS
public static final SearchConfigImpl.ConfigurationProperty SEARCH_SEARCHPHONETIC_QUERYFIELDS
public static final SearchConfigImpl.ConfigurationProperty SEARCH_SUGGESTPRODUCT_QUERYFIELDS
public static final SearchConfigImpl.ConfigurationProperty SEARCH_SUGGESTPRODUCT_PHONETICQUERYFIELDS
public static final SearchConfigImpl.ConfigurationProperty SEARCH_SUGGESTCATEGORY_QUERYFIELDS
public static final SearchConfigImpl.ConfigurationProperty SEARCH_SUGGESTCATEGORY_PHONETICQUERYFIELDS
public static final SearchConfigImpl.ConfigurationProperty SEARCH_SUGGESTMANUFACTURER_QUERYFIELDS
public static final SearchConfigImpl.ConfigurationProperty SEARCH_SUGGESTMANUFACTURER_PHONETICQUERYFIELDS
public static final SearchConfigImpl.ConfigurationProperty SEARCH_USEFALLBACKQUERY
public static SearchConfigImpl.ConfigurationProperty[] values()
for (SearchConfigImpl.ConfigurationProperty c : SearchConfigImpl.ConfigurationProperty.values()) System.out.println(c);
public static SearchConfigImpl.ConfigurationProperty 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 getKey()
getKey
in interface IConfigurationProperty