org.deegree.protocol.wps.client.output.type
Class LiteralOutputType

java.lang.Object
  extended by org.deegree.protocol.wps.client.output.type.OutputType
      extended by org.deegree.protocol.wps.client.output.type.LiteralOutputType

public class LiteralOutputType
extends OutputType

OutputType that defines a literal output.

Version:
$Revision: 26137 $, $Date: 2010-08-25 18:05:25 +0200 (Wed, 25 Aug 2010) $
Author:
Andrei Ionita, Markus Schneider, last edited by: $Author: aionita $

Nested Class Summary
 
Nested classes/interfaces inherited from class org.deegree.protocol.wps.client.output.type.OutputType
OutputType.Type
 
Constructor Summary
LiteralOutputType(CodeType id, LanguageString outputTitle, LanguageString outputAbstract, ValueWithRef dataType, ValueWithRef defaultUom, ValueWithRef[] supportedUoms)
           
 
Method Summary
 ValueWithRef getDataType()
           
 ValueWithRef getDefaultUom()
           
 ValueWithRef[] getSupportedUoms()
           
 OutputType.Type getType()
          Returns the concrete output type of this instance.
 
Methods inherited from class org.deegree.protocol.wps.client.output.type.OutputType
getAbstract, getId, getTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiteralOutputType

public LiteralOutputType(CodeType id,
                         LanguageString outputTitle,
                         LanguageString outputAbstract,
                         ValueWithRef dataType,
                         ValueWithRef defaultUom,
                         ValueWithRef[] supportedUoms)
Method Detail

getType

public OutputType.Type getType()
Description copied from class: OutputType
Returns the concrete output type of this instance.

Specified by:
getType in class OutputType
Returns:
the concrete output type, never null

getDataType

public ValueWithRef getDataType()
Returns:
the data type as ValueWithRef for this literal

getDefaultUom

public ValueWithRef getDefaultUom()
Returns:
the default unit-of-measure used, as ValueWithRef

getSupportedUoms

public ValueWithRef[] getSupportedUoms()
Returns:
the supported units-of-measure used, as an array of ValueWithRef


Copyright © 2011. All Rights Reserved.