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

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

public class ComplexOutputType
extends OutputType

OutputType that defines a complex output (XML or binary).

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
ComplexOutputType(CodeType id, LanguageString outputTitle, LanguageString outputAbstract, ComplexFormat defaultFormat, ComplexFormat[] supportedFormats)
           
 
Method Summary
 ComplexFormat getDefaultFormat()
           
 ComplexFormat[] getSupportedFormats()
           
 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

ComplexOutputType

public ComplexOutputType(CodeType id,
                         LanguageString outputTitle,
                         LanguageString outputAbstract,
                         ComplexFormat defaultFormat,
                         ComplexFormat[] supportedFormats)
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

getDefaultFormat

public ComplexFormat getDefaultFormat()
Returns:
the default ComplexFormat used

getSupportedFormats

public ComplexFormat[] getSupportedFormats()
Returns:
the supported array of ComplexFormat used


Copyright © 2011. All Rights Reserved.