org.deegree.services.wps.input
Interface ProcessletInput

All Known Subinterfaces:
BoundingBoxInput, ComplexInput, LiteralInput
All Known Implementing Classes:
BoundingBoxInputImpl, ComplexInputImpl, EmbeddedComplexInput, LiteralInputImpl, ProcessletInputImpl, ReferencedComplexInput

public interface ProcessletInput

An input parameter of a Processlet execution.

A ProcessletInput instance is always one of the following:

Version:
$Revision: $, $Date: $
Author:
Alexander Padberg, Markus Schneider, last edited by: $Author: schneider $

Method Summary
 org.deegree.commons.tom.ows.LanguageString getAbstract()
          Returns the narrative description that has been supplied with the input parameter, normally available for display to a human.
 org.deegree.commons.tom.ows.CodeType getIdentifier()
          Returns the identifier or name of the input parameter as defined in the process description.
 org.deegree.commons.tom.ows.LanguageString getTitle()
          Returns the title that has been supplied with the input parameter, normally available for display to a human.
 

Method Detail

getIdentifier

org.deegree.commons.tom.ows.CodeType getIdentifier()
Returns the identifier or name of the input parameter as defined in the process description.

Returns:
the identifier of the input parameter

getTitle

org.deegree.commons.tom.ows.LanguageString getTitle()
Returns the title that has been supplied with the input parameter, normally available for display to a human.

Returns:
the title provided with the input, may be null

getAbstract

org.deegree.commons.tom.ows.LanguageString getAbstract()
Returns the narrative description that has been supplied with the input parameter, normally available for display to a human.

Returns:
the abstract provided with the input, may be null


Copyright © 2011. All Rights Reserved.