|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SearchPropertyType>
to.etc.domui.component.meta.SearchPropertyType
public enum SearchPropertyType
Represents a specification how search item defined with MetaSearch
would be used.
Enum Constant Summary | |
---|---|
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. |
Method Summary | |
---|---|
static SearchPropertyType |
valueOf(java.lang.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. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final SearchPropertyType SEARCH_FIELD
public static final SearchPropertyType KEYWORD
public static final SearchPropertyType BOTH
Method Detail |
---|
public static SearchPropertyType[] values()
for (SearchPropertyType c : SearchPropertyType.values()) System.out.println(c);
public static SearchPropertyType 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 name
java.lang.NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |