org.deegree.protocol.wps.client.output
Class ExecutionOutput

java.lang.Object
  extended by 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 $

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

ExecutionOutput

protected ExecutionOutput(CodeType id)
Creates a new ExecutionOutput instance.

Parameters:
id - parameter identifier, must not be null
Method Detail

getId

public CodeType getId()
Returns the parameter identifier.

Returns:
the parameter identifier, never null


Copyright © 2011. All Rights Reserved.