|
||||||||||
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,
java.lang.String value,
java.lang.String dataType,
java.lang.String uom)
Creates a new LiteralOutput 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.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, java.lang.String value, java.lang.String dataType, java.lang.String uom)
LiteralOutput
instance.
id
- output 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 java.lang.String getValue()
null
public 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 |