|
||||||||||
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 | |
---|---|
LanguageString |
getAbstract()
Returns the narrative description that has been supplied with the input parameter, normally available for display to a human. |
CodeType |
getIdentifier()
Returns the identifier or name of the input parameter as defined in the process description. |
LanguageString |
getTitle()
Returns the title that has been supplied with the input parameter, normally available for display to a human. |
Method Detail |
---|
CodeType getIdentifier()
LanguageString getTitle()
LanguageString getAbstract()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |