|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
ValueRange.
@Deprecated @Documented @Target(value=METHOD) @Retention(value=RUNTIME) public @interface ValueRange
The range of values that a method can return. This is used mostly for metadata objects performing runtime checks.
| utility/geotk-utility (download) | View source code for this class |
| Optional Element Summary | |
|---|---|
boolean |
isMaxIncluded
Deprecated. true if the maximal value is inclusive, or false
if it is exclusive. |
boolean |
isMinIncluded
Deprecated. true if the minimal value is inclusive, or false
if it is exclusive. |
double |
maximum
Deprecated. Returns the maximal value that a method can return. |
double |
minimum
Deprecated. Returns the minimal value that a method can return. |
public abstract double minimum
public abstract double maximum
public abstract boolean isMinIncluded
true if the minimal value is inclusive, or false
if it is exclusive. By default the minimum value is inclusive.
true if the minimum value is inclusive.public abstract boolean isMaxIncluded
true if the maximal value is inclusive, or false
if it is exclusive. By default the maximum value is inclusive.
true if the maximum value is inclusive.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||