|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@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.
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 |
---|
public abstract java.lang.String minimum
public abstract java.lang.String maximum
public abstract java.lang.String spacing
public abstract Range.Closure closure
Range.Closure
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |