|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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,
java.lang.String value,
java.lang.String dataType,
java.lang.String uom)
Creates a new LiteralInput instance. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDataType()
Returns the data type. |
java.lang.String |
getUom()
Returns the unit-of-measure. |
java.lang.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,
java.lang.String value,
java.lang.String dataType,
java.lang.String uom)
LiteralInput instance.
id - input parameter identifier, must not be nullvalue - literal value, must not be nulldataType - literal data type, can be null (unspecified)uom - unit-of-measure, can be null (unspecified)| Method Detail |
|---|
public java.lang.String getValue()
nullpublic java.lang.String getDataType()
null (unspecified)public java.lang.String getUom()
null (unspecified)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||