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


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

The ValueReference annotates a reference to a list of literal input parameters.

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
 java.lang.String reference
          optional reference (probably an url) to some external file containing allowed values
 java.lang.String valuesForm
          optional schema (probably an url) to some schema which describes the formato of the external file containing allowed values
 

reference

public abstract java.lang.String reference
optional reference (probably an url) to some external file containing allowed values

Default:
"_NS_"

valuesForm

public abstract java.lang.String valuesForm
optional schema (probably an url) to some schema which describes the formato of the external file containing allowed values

Default:
"_NS_"


Copyright © 2011. All Rights Reserved.