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


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

The ValueType annotates the value of a literal input parameter. It can either be a value or a range.

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 $

Optional Element Summary
 Range range
          A range of the allowed values
 java.lang.String value
          A value of the allowed values
 

value

public abstract java.lang.String value
A value of the allowed values

Default:
"_NS_"

range

public abstract Range range
A range of the allowed values

Default:
@org.deegree.services.wps.annotations.input.Range(minimum="_NS_", maximum="_NS_", spacing="_NS_")


Copyright © 2011. All Rights Reserved.