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