|
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<HRInvalidProtocolException.ProtocolElement> com.esri.gpt.catalog.harvest.clients.exceptions.HRInvalidProtocolException.ProtocolElement
public static enum HRInvalidProtocolException.ProtocolElement
Protocol elements.
Enum Constant Summary | |
---|---|
databaseName
Database name (Z3950 only). |
|
portNo
Port number. |
|
prefix
Prefix (OAI only). |
|
protocol
protocol type |
|
serviceName
Service name (ArcIMS only). |
|
set
Set (OAI only). |
|
sourceUri
Source uri. |
|
url
Host url. |
|
userName
User name. |
|
userPassword
User password. |
Method Summary | |
---|---|
static HRInvalidProtocolException.ProtocolElement |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static HRInvalidProtocolException.ProtocolElement[] |
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 HRInvalidProtocolException.ProtocolElement protocol
public static final HRInvalidProtocolException.ProtocolElement url
public static final HRInvalidProtocolException.ProtocolElement portNo
public static final HRInvalidProtocolException.ProtocolElement sourceUri
public static final HRInvalidProtocolException.ProtocolElement userName
public static final HRInvalidProtocolException.ProtocolElement userPassword
public static final HRInvalidProtocolException.ProtocolElement serviceName
public static final HRInvalidProtocolException.ProtocolElement set
public static final HRInvalidProtocolException.ProtocolElement prefix
public static final HRInvalidProtocolException.ProtocolElement databaseName
Method Detail |
---|
public static HRInvalidProtocolException.ProtocolElement[] values()
for (HRInvalidProtocolException.ProtocolElement c : HRInvalidProtocolException.ProtocolElement.values()) System.out.println(c);
public static HRInvalidProtocolException.ProtocolElement 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
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |