|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfc.util.Range
public abstract class Range
A range of values such as numbers, dates etc.
Constructor Summary | |
---|---|
Range()
|
Method Summary | |
---|---|
boolean |
isNegated()
Checks if this range is negated. |
void |
setNegated(boolean val)
Sets this range to be negated or not. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Range()
Method Detail |
---|
public boolean isNegated()
public void setNegated(boolean val)
val
- true to set negated
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |