org.deegree.ogcwebservices.wps.describeprocess
Class LiteralOutput
java.lang.Object
org.deegree.ogcwebservices.wps.describeprocess.LiteralOutput
- Direct Known Subclasses:
- LiteralInput
public class LiteralOutput
- extends java.lang.Object
LiteralOutput.java
Created on 09.03.2006. 22:50:41h
Description of a literal output (or input).
- Version:
- $Revision: 18195 $, $Date:20.03.2007$
- Author:
- Christian Kiehle, Christian Heier, last edited by: $Author:wanhoff$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dataType
protected OWSMetadata dataType
- Data type of this set of values (e.g. integer, real, etc). This data type metadata should be
included for each quantity whose data type is not a string.
supportedUOMs
protected SupportedUOMs supportedUOMs
- List of supported units of measure for this input or output. This element should be included
when this literal has a unit of measure (e.g., "meters", without a more complete reference
system). Not necessary for a count, which has no units.
LiteralOutput
public LiteralOutput(OWSMetadata domainMetadataType,
SupportedUOMs supportedUOMsType)
- Parameters:
domainMetadataType
- supportedUOMsType
-
getDataType
public OWSMetadata getDataType()
- Returns:
- Returns the dataType.
setDataType
public void setDataType(OWSMetadata value)
- Parameters:
value
- The dataType to set.
getSupportedUOMs
public SupportedUOMs getSupportedUOMs()
- Returns:
- the supportedUOMs.
setSupportedUOMs
public void setSupportedUOMs(SupportedUOMs value)
- Parameters:
value
- The supportedUOMs to set.
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org