|
||||||||||
| 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 | |
|---|---|
java.lang.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. |
java.lang.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(java.lang.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(java.lang.String value)
Processlet execution.
value - value to be set (in the requested UOM)getRequestedUOM()java.lang.String getRequestedUOM()
java.lang.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 | |||||||||