org.deegree.protocol.wps.client.output
Class ExecutionOutput
java.lang.Object
org.deegree.protocol.wps.client.output.ExecutionOutput
- Direct Known Subclasses:
- BBoxOutput, ComplexOutput, LiteralOutput
public abstract class ExecutionOutput
- extends Object
Abstract base class for output parameters returned by a process execution.
- Version:
- $Revision: 26137 $, $Date: 2010-08-25 18:05:25 +0200 (Wed, 25 Aug 2010) $
- Author:
- Andrei Ionita, Markus Schneider, last edited by: $Author: aionita $
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 |
ExecutionOutput
protected ExecutionOutput(CodeType id)
- Creates a new
ExecutionOutput
instance.
- Parameters:
id
- parameter identifier, must not be null
getId
public CodeType getId()
- Returns the parameter identifier.
- Returns:
- the parameter identifier, never
null
Copyright © 2011. All Rights Reserved.