|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProcessletInput
An input parameter of a Processlet execution.
A ProcessletInput instance is always one of the following:
LiteralInput: Literal data of a simple quantity (e.g., one number) with optional UOM (unit-of-measure)
information.BoundingBoxInput: A spatial Envelope.ComplexInput: A complex parameter (e.g. a data structure encoded in XML or a raw stream).
| 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 |
|---|
org.deegree.commons.tom.ows.CodeType getIdentifier()
org.deegree.commons.tom.ows.LanguageString getTitle()
org.deegree.commons.tom.ows.LanguageString getAbstract()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||