Esri Geoportal Server
1.0

com.esri.gpt.catalog.search
Enum SearchEngineCSW.SEARCH_OPERATION

java.lang.Object
  extended by java.lang.Enum<SearchEngineCSW.SEARCH_OPERATION>
      extended by com.esri.gpt.catalog.search.SearchEngineCSW.SEARCH_OPERATION
All Implemented Interfaces:
Serializable, Comparable<SearchEngineCSW.SEARCH_OPERATION>
Enclosing class:
SearchEngineCSW

public static enum SearchEngineCSW.SEARCH_OPERATION
extends Enum<SearchEngineCSW.SEARCH_OPERATION>

The Enum SEARCH_OPERATION. Types of search operation used in SearchCriteria DOM


Enum Constant Summary
doPrefetch
          The do pre-fetch.
doSearch
          The do search.
 
Method Summary
static SearchEngineCSW.SEARCH_OPERATION valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SearchEngineCSW.SEARCH_OPERATION[] 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

doPrefetch

public static final SearchEngineCSW.SEARCH_OPERATION doPrefetch
The do pre-fetch. Appended to search criteria DOM during prefetch ops.


doSearch

public static final SearchEngineCSW.SEARCH_OPERATION doSearch
The do search. Appended to search criteria DOM during search ops.

Method Detail

values

public static SearchEngineCSW.SEARCH_OPERATION[] 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 (SearchEngineCSW.SEARCH_OPERATION c : SearchEngineCSW.SEARCH_OPERATION.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static SearchEngineCSW.SEARCH_OPERATION valueOf(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:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.