org.deegree.services.wps.annotations.output
Annotation Type LitOutput


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

The LiteralOutput annotates an output parameter of Type.Literal

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

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
 ReferenceType dataType
          The datatype of the literal output parameter.
 
Optional Element Summary
 ReferenceType[] uoms
          The unit of measures of this literal output parameter. uom[0] is the default uom.
 

Element Detail

dataType

public abstract ReferenceType dataType
The datatype of the literal output parameter.

uoms

public abstract ReferenceType[] uoms
The unit of measures of this literal output parameter. uom[0] is the default uom.

Default:
{}


Copyright © 2011. All Rights Reserved.