|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@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.
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 |
public abstract java.lang.String reference
public abstract java.lang.String valuesForm
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |