|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<SearchEngineCSW.Scheme> com.esri.gpt.catalog.search.SearchEngineCSW.Scheme
public static 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 |
---|
public static final SearchEngineCSW.Scheme CONTENTTYPE_FGDC
public static final SearchEngineCSW.Scheme CONTENTTYPE_ISO
public static final SearchEngineCSW.Scheme SERVER
public static final SearchEngineCSW.Scheme SERVICE
public static final SearchEngineCSW.Scheme SERVICE_TYPE
public static final SearchEngineCSW.Scheme ONLINK_FGDC
public static final SearchEngineCSW.Scheme ONLINK_ISO
public static final SearchEngineCSW.Scheme THUMBNAIL_FGDC
public static final SearchEngineCSW.Scheme THUMBNAIL_ISO
public static final SearchEngineCSW.Scheme METADATA_DOCUMENT
Method Detail |
---|
public static SearchEngineCSW.Scheme[] values()
for (SearchEngineCSW.Scheme c : SearchEngineCSW.Scheme.values()) System.out.println(c);
public static SearchEngineCSW.Scheme 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 nullpublic String getUrn()
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |