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


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

The Range annotates the range of a literal input parameter.

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
 java.lang.String maximum
          The maximum value of the range
 java.lang.String minimum
          The minimum value of the range
 java.lang.String spacing
          The spacing of the range
 
Optional Element Summary
 Range.Closure closure
          The closure of the range one of Range.Closure
 

Element Detail

minimum

public abstract java.lang.String minimum
The minimum value of the range


maximum

public abstract java.lang.String maximum
The maximum value of the range


spacing

public abstract java.lang.String spacing
The spacing of the range

closure

public abstract Range.Closure closure
The closure of the range one of Range.Closure

Default:
org.deegree.services.wps.annotations.input.Range.Closure.closed


Copyright © 2011. All Rights Reserved.