org.simantics.databoard.util
Class Limit.Exclusive
java.lang.Object
org.simantics.databoard.util.Limit
org.simantics.databoard.util.Limit.Exclusive
- Enclosing class:
- Limit
public static class Limit.Exclusive
- extends Limit
Field Summary |
java.lang.Double |
value
|
Methods inherited from class org.simantics.databoard.util.Limit |
equals, exclusive, exclusive, exclusive, exclusive, exclusive, inclusive, inclusive, inclusive, inclusive, inclusive, nolimit, toString |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
value
public java.lang.Double value
Limit.Exclusive
public Limit.Exclusive(java.lang.Double value)
getValue
public java.lang.Number getValue()
- Specified by:
getValue
in class Limit
isExclusive
public boolean isExclusive()
- Specified by:
isExclusive
in class Limit
isInclusive
public boolean isInclusive()
- Specified by:
isInclusive
in class Limit
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
greatestIncludedInteger
public java.lang.Integer greatestIncludedInteger()
- Specified by:
greatestIncludedInteger
in class Limit
smallestIncludedInteger
public java.lang.Integer smallestIncludedInteger()
- Specified by:
smallestIncludedInteger
in class Limit