|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.protocol.wps.client.output.ExecutionOutput
org.deegree.protocol.wps.client.output.LiteralOutput
public class LiteralOutput
ExecutionOutput that contains a literal value with optional data type and unit-of-measure information.
| Constructor Summary | |
|---|---|
LiteralOutput(CodeType id,
String value,
String dataType,
String uom)
Creates a new LiteralOutput 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.output.ExecutionOutput |
|---|
getId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LiteralOutput(CodeType id,
String value,
String dataType,
String uom)
LiteralOutput instance.
id - output 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 String getValue()
nullpublic 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 | |||||||||