org.deegree.services.wps.annotations.input
Annotation Type CmplxInput


@Retention(value=RUNTIME)
@Target(value=ANNOTATION_TYPE)
public @interface CmplxInput

The ComplexOutput annotates an input parameter of Type.Complex.

Note: The name of this annotation is slightly 'un-Java', this way it won't interfere with ComplexInput

See ProcessDescription for a brief introduction to assigning values to annotations.

Version:
$Revision: 22719 $, $Date: 2010-02-24 11:00:06 +0100 (Mi, 24. Feb 2010) $
Author:
Rutger Bezema, last edited by: $Author: rbezema $

Required Element Summary
 ComplexFormat[] formats
          The possible formats this process can process as input data.
 
Optional Element Summary
 double maximumMegabytes
          The number of megabytes complex input data may have, default to 1
 

Element Detail

formats

public abstract ComplexFormat[] formats
The possible formats this process can process as input data.

maximumMegabytes

public abstract double maximumMegabytes
The number of megabytes complex input data may have, default to 1

Default:
1.0


Copyright © 2011. All Rights Reserved.