|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Interval
This interface represents an interval.
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
Value |
getMaxValue()
Returns the maximum value. |
Value |
getMinValue()
Returns the minimum value included flag. |
boolean |
isMaxValueIncluded()
Returns the max value included flag. |
boolean |
isMinValueIncluded()
Returns the min value included flag. |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
Value getMaxValue()
Returns the maximum value.
Value getMinValue()
Returns the minimum value included flag.
boolean isMaxValueIncluded()
Returns the max value included flag.
boolean isMinValueIncluded()
Returns the min value included flag.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |