|
||||||||||
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()
|
Value |
getMinValue()
|
java.lang.String |
getName()
|
boolean |
isMaxValueIncluded()
|
boolean |
isMinValueIncluded()
|
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
Value getMaxValue()
Returns the maximum value.
Value getMinValue()
Returns the minimum value included flag.
java.lang.String getName()
Returns the name.
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 |