|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) public @interface Range
Defines a range of values that a method's parameters may take. Used for the GUI to define what values are selectable by the user.
| Required Element Summary | |
|---|---|
int |
max
Defines the maximum value of method's parameter. |
int |
min
Defines the minimum value of method's parameter. |
| Optional Element Summary | |
|---|---|
int |
increment
Defines the difference between the numbers of the range. |
| Element Detail |
|---|
public abstract int min
public abstract int max
public abstract int increment
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||