|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<WPSConstants.WPSRequestType> org.deegree.protocol.wps.WPSConstants.WPSRequestType
public static enum WPSConstants.WPSRequestType
Enum type for discriminating between the different types of WebProcessingService (WPS) requests.
Enum Constant Summary | |
---|---|
DescribeProcess
Retrieve the process description for one more processes. |
|
Execute
Execute a process. |
|
GetCapabilities
Retrieve the capabilities of the service. |
|
GetOutput
deegree WPS specific request for retrieving stored complex outputs. |
|
GetResponseDocument
deegree WPS specific request for retrieving response documents. |
Method Summary | |
---|---|
static WPSConstants.WPSRequestType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static WPSConstants.WPSRequestType[] |
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 WPSConstants.WPSRequestType DescribeProcess
public static final WPSConstants.WPSRequestType GetCapabilities
public static final WPSConstants.WPSRequestType Execute
public static final WPSConstants.WPSRequestType GetOutput
public static final WPSConstants.WPSRequestType GetResponseDocument
Method Detail |
---|
public static WPSConstants.WPSRequestType[] values()
for (WPSConstants.WPSRequestType c : WPSConstants.WPSRequestType.values()) System.out.println(c);
public static WPSConstants.WPSRequestType 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |