public enum SearchPropertyType extends Enum<SearchPropertyType>
MetaSearch would be used.| Enum Constant and Description |
|---|
BOTH
Search metadata would be used both to generate both search fields and key word search conditions.
|
KEYWORD
Search metadata would be used to generate built in key word search conditions.
|
SEARCH_FIELD
Search metadata would be used to generate search field.
|
| Modifier and Type | Method and Description |
|---|---|
static SearchPropertyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchPropertyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchPropertyType SEARCH_FIELD
public static final SearchPropertyType KEYWORD
public static final SearchPropertyType BOTH
public static SearchPropertyType[] values()
for (SearchPropertyType c : SearchPropertyType.values()) System.out.println(c);
public static SearchPropertyType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2017 etc.to. All rights reserved.