|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.protocol.wps.client.input.ExecutionInput org.deegree.protocol.wps.client.input.LiteralInput
public class LiteralInput
ExecutionInput
that contains a literal value with optional data type and unit-of-measure information.
Constructor Summary | |
---|---|
LiteralInput(CodeType id,
String value,
String dataType,
String uom)
Creates a new LiteralInput instance. |
Method Summary | |
---|---|
String |
getDataType()
Returns the data type. |
String |
getUom()
Returns the unit-of-measure. |
String |
getValue()
Returns the value. |
Methods inherited from class org.deegree.protocol.wps.client.input.ExecutionInput |
---|
getId, getWebAccessibleURL |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LiteralInput(CodeType id, String value, String dataType, String uom)
LiteralInput
instance.
id
- input parameter identifier, must not be null
value
- literal value, must not be null
dataType
- literal data type, can be null
(unspecified)uom
- unit-of-measure, can be null
(unspecified)Method Detail |
---|
public String getValue()
null
public String getDataType()
null
(unspecified)public String getUom()
null
(unspecified)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |