|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.services.wps.input.ProcessletInputImpl
public abstract class ProcessletInputImpl
An input parameter of a Processlet
execution.
A ProcessletInputImpl
instance is always one of the following:
LiteralInputImpl
: Literal data of a simple quantity (e.g., one number) with optional UOM (unit-of-measure)
information.BoundingBoxInputImpl
: A spatial Envelope
.ComplexInputImpl
: A complex parameter (e.g. a data structure encoded in XML or a raw stream).
Field Summary | |
---|---|
protected ProcessletInputDefinition |
definition
Corresponding input argument definition from process description. |
Constructor Summary | |
---|---|
protected |
ProcessletInputImpl(ProcessletInputDefinition definition,
LanguageString title,
LanguageString summary)
Creates a new ProcessletInputImpl instance. |
Method Summary | |
---|---|
LanguageString |
getAbstract()
Returns the narrative description that has been supplied with the input parameter, normally available for display to a human. |
ProcessletInputDefinition |
getDefinition()
Returns the type information for this input argument. |
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. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected ProcessletInputDefinition definition
Constructor Detail |
---|
protected ProcessletInputImpl(ProcessletInputDefinition definition, LanguageString title, LanguageString summary)
ProcessletInputImpl
instance.
definition
- corresponding input definition from process descriptiontitle
- optional title supplied with the input parameter, may be nullsummary
- optional narrative description supplied with the input parameter, may be nullMethod Detail |
---|
public ProcessletInputDefinition getDefinition()
public CodeType getIdentifier()
getIdentifier
in interface ProcessletInput
public LanguageString getTitle()
getTitle
in interface ProcessletInput
public LanguageString getAbstract()
getAbstract
in interface ProcessletInput
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |