arta.synergy.web.common.client.constants
Enum SearchSettings.DocSearchType
java.lang.Object
java.lang.Enum<SearchSettings.DocSearchType>
arta.synergy.web.common.client.constants.SearchSettings.DocSearchType
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<SearchSettings.DocSearchType>
- Enclosing class:
- SearchSettings
public static enum SearchSettings.DocSearchType
- extends java.lang.Enum<SearchSettings.DocSearchType>
| 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 |
V0
@Deprecated
public static final SearchSettings.DocSearchType V0
- Deprecated.
FULL_TEXT_V1_FROM_START
public static final SearchSettings.DocSearchType FULL_TEXT_V1_FROM_START
FULL_TEXT_V1_FROM_ANY_POSITION
public static final SearchSettings.DocSearchType FULL_TEXT_V1_FROM_ANY_POSITION
values
public static SearchSettings.DocSearchType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (SearchSettings.DocSearchType c : SearchSettings.DocSearchType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static SearchSettings.DocSearchType valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
getValue
public static SearchSettings.DocSearchType getValue(java.lang.String value)
Copyright © 2000 Dummy Corp. All Rights Reserved.