|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LiteralInput
A literal data ProcessletInput parameter of a simple quantity (e.g., one number) with optional UOM
(unit-of-measure) information.
| Method Summary | |
|---|---|
String |
getDataType()
Returns the (human-readable) literal data type from the process definition, e.g. |
String |
getUOM()
Returns the UOM (unit-of-measure) for the literal value, it is guaranteed that the returned UOM is supported for this parameter (according to the process description). |
String |
getValue()
Returns the literal value. |
| Methods inherited from interface org.deegree.services.wps.input.ProcessletInput |
|---|
getAbstract, getIdentifier, getTitle |
| Method Detail |
|---|
String getValue()
getUOM()String getUOM()
String getDataType()
integer,
real, etc).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||