org.deegree.services.wps.annotations.commons
Annotation Type ReferenceType


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

The ReferenceType annotates a value with a reference.

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, pointing to a reference (probably an url).
 java.lang.String value
          optional, value of this reference
 

value

public abstract java.lang.String value
optional, value of this reference

Default:
"_NS_"

reference

public abstract java.lang.String reference
optional, pointing to a reference (probably an url).

Default:
"_NS_"


Copyright © 2011. All Rights Reserved.