|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LiteralOutput
Identifies this ProcessletOutput
parameter to be literal data of a simple quantity (e.g., one number), and
provides a method for setting it.
Method Summary | |
---|---|
String |
getDataType()
Returns the announced literal data type from the process definition (e.g. integer, real, etc) as an URI, such as http://www.w3.org/TR/xmlschema-2/#integer . |
String |
getRequestedUOM()
Returns the requested UOM (unit-of-measure) for the literal value, it is guaranteed that this UOM is supported for this parameter (according to the process description). |
void |
setValue(String value)
Sets the value for this output parameter of the Processlet execution. |
Methods inherited from interface org.deegree.services.wps.output.ProcessletOutput |
---|
getIdentifier, getSubmittedAbstract, getSubmittedTitle, isRequested, setAbstract, setTitle |
Method Detail |
---|
void setValue(String value)
Processlet
execution.
value
- value to be set (in the requested UOM)getRequestedUOM()
String getRequestedUOM()
String getDataType()
http://www.w3.org/TR/xmlschema-2/#integer
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |