|
Esri Geoportal Server 1.1.1
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<PropertyComparisonType>
com.esri.gpt.catalog.discovery.PropertyComparisonType
public enum PropertyComparisonType
The enumeration of comparison types for a property.
ANYTEXT: Represents a placeholder for term/expression based queries against multiple fields. KEYWORD: A storable String that supports non-tokenized, case insensitive, comparison and sorting. NONE: A storable String that can be retrieved but not queried. TERMS: A storable tokenized String that supports term/expression based queries as well as case insensitive comparison and sorting. VALUE: A storable tokenized String that supports direct, case sensitive comparison and sorting.
| Enum Constant Summary | |
|---|---|
ANYTEXT
|
|
KEYWORD
|
|
NONE
|
|
TERMS
|
|
VALUE
|
|
| Method Summary | |
|---|---|
static PropertyComparisonType |
from(String value)
Makes a property comparison type from a supplied string value. |
static PropertyComparisonType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PropertyComparisonType[] |
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 PropertyComparisonType ANYTEXT
public static final PropertyComparisonType KEYWORD
public static final PropertyComparisonType NONE
public static final PropertyComparisonType TERMS
public static final PropertyComparisonType VALUE
| Method Detail |
|---|
public static PropertyComparisonType[] values()
for (PropertyComparisonType c : PropertyComparisonType.values()) System.out.println(c);
public static PropertyComparisonType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
public static PropertyComparisonType from(String value)
throws IllegalArgumentException
value - the value
IllegalArgumentException - if the value was invalid
|
Esri Geoportal Server 1.1.1
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||