Esri Geoportal Server
1.0

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

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

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

The Enum Scheme. Used to get values from csw class DcList.


Enum Constant Summary
CONTENTTYPE_FGDC
          The FGDC content type scheme
CONTENTTYPE_ISO
          The ISO content type scheme.
METADATA_DOCUMENT
          The Metadata document scheme.
ONLINK_FGDC
          The fgdc onlink scheme.
ONLINK_ISO
          The ISO onlink scheme.
SERVER
          The server scheme.
SERVICE
          The service scheme.
SERVICE_TYPE
          The service type scheme.
THUMBNAIL_FGDC
          The FGDC thumbnail scheme
THUMBNAIL_ISO
          The iso thumbnail scheme
 
Method Summary
 String getUrn()
          Gets the urn.
static SearchEngineCSW.Scheme valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SearchEngineCSW.Scheme[] 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

CONTENTTYPE_FGDC

public static final SearchEngineCSW.Scheme CONTENTTYPE_FGDC
The FGDC content type scheme


CONTENTTYPE_ISO

public static final SearchEngineCSW.Scheme CONTENTTYPE_ISO
The ISO content type scheme.


SERVER

public static final SearchEngineCSW.Scheme SERVER
The server scheme.


SERVICE

public static final SearchEngineCSW.Scheme SERVICE
The service scheme.


SERVICE_TYPE

public static final SearchEngineCSW.Scheme SERVICE_TYPE
The service type scheme.


ONLINK_FGDC

public static final SearchEngineCSW.Scheme ONLINK_FGDC
The fgdc onlink scheme.


ONLINK_ISO

public static final SearchEngineCSW.Scheme ONLINK_ISO
The ISO onlink scheme.


THUMBNAIL_FGDC

public static final SearchEngineCSW.Scheme THUMBNAIL_FGDC
The FGDC thumbnail scheme


THUMBNAIL_ISO

public static final SearchEngineCSW.Scheme THUMBNAIL_ISO
The iso thumbnail scheme


METADATA_DOCUMENT

public static final SearchEngineCSW.Scheme METADATA_DOCUMENT
The Metadata document scheme.

Method Detail

values

public static SearchEngineCSW.Scheme[] 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.Scheme c : SearchEngineCSW.Scheme.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.Scheme 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

getUrn

public String getUrn()
Gets the urn.

Returns:
the urn (trimmed, never null)

Esri Geoportal Server
1.0

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