|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.protocol.wps.client.input.ExecutionInput
public abstract class ExecutionInput
Abstract base class for input parameters provided for a process execution.
Constructor Summary | |
---|---|
protected |
ExecutionInput(CodeType id)
Creates a new ExecutionInput instance. |
Method Summary | |
---|---|
CodeType |
getId()
Returns the parameter identifier. |
URL |
getWebAccessibleURL()
Returns the web-accessible URL for retrieving the input value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ExecutionInput(CodeType id)
ExecutionInput
instance.
id
- parameter identifier, must not be null
Method Detail |
---|
public CodeType getId()
null
public URL getWebAccessibleURL()
null
(not web-acessible)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |