|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.services.wps.input.ProcessletInputImpl
org.deegree.services.wps.input.LiteralInputImpl
public class LiteralInputImpl
A literal data ProcessletInput parameter of a simple quantity (e.g., one number) with optional UOM
(unit-of-measure) information.
| Field Summary |
|---|
| Fields inherited from class org.deegree.services.wps.input.ProcessletInputImpl |
|---|
definition |
| Constructor Summary | |
|---|---|
LiteralInputImpl(LiteralInputDefinition definition,
LanguageString title,
LanguageString summary,
String value,
String uom)
Creates a new LiteralInputImpl instance. |
|
| Method Summary | |
|---|---|
String |
getDataType()
Returns the (human-readable) literal data type from the process definition, e.g. |
LiteralInputDefinition |
getDefinition()
Returns the type information for this input argument. |
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. |
String |
toString()
|
| Methods inherited from class org.deegree.services.wps.input.ProcessletInputImpl |
|---|
getAbstract, getIdentifier, getTitle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.deegree.services.wps.input.ProcessletInput |
|---|
getAbstract, getIdentifier, getTitle |
| Constructor Detail |
|---|
public LiteralInputImpl(LiteralInputDefinition definition,
LanguageString title,
LanguageString summary,
String value,
String uom)
LiteralInputImpl instance.
definition - corresponding input definition from process descriptiontitle - optional title supplied with the input parameter, may be nullsummary - optional narrative description supplied with the input parameter, may be nullvalue - literal valueuom - optional unit-of-measure, must be one of the UOMs values from the definition, or null if no UOMs are
defined there| Method Detail |
|---|
public String getValue()
getValue in interface LiteralInputgetUOM()public String getUOM()
getUOM in interface LiteralInputpublic String getDataType()
integer,
real, etc).
getDataType in interface LiteralInputpublic LiteralInputDefinition getDefinition()
ProcessletInputImpl
getDefinition in class ProcessletInputImplpublic String toString()
toString in class ProcessletInputImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||