org.deegree.protocol.wps.client.input
Class ExecutionInput

java.lang.Object
  extended by org.deegree.protocol.wps.client.input.ExecutionInput
Direct Known Subclasses:
BBoxInput, BinaryInput, LiteralInput, XMLInput

public abstract class ExecutionInput
extends Object

Abstract base class for input parameters provided for 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 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

ExecutionInput

protected ExecutionInput(CodeType id)
Creates a new ExecutionInput 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

getWebAccessibleURL

public URL getWebAccessibleURL()
Returns the web-accessible URL for retrieving the input value.

Returns:
web-accessible URL, can be null (not web-acessible)


Copyright © 2011. All Rights Reserved.