org.simantics.databoard.util
Class Limit.InclusiveLong

java.lang.Object
  extended by org.simantics.databoard.util.Limit
      extended by org.simantics.databoard.util.Limit.InclusiveLong
Enclosing class:
Limit

public static class Limit.InclusiveLong
extends Limit


Nested Class Summary
 
Nested classes/interfaces inherited from class org.simantics.databoard.util.Limit
Limit.Exclusive, Limit.ExclusiveLong, Limit.Inclusive, Limit.InclusiveLong, Limit.Nolimit
 
Field Summary
 java.lang.Long value
           
 
Constructor Summary
Limit.InclusiveLong(java.lang.Long value)
           
 
Method Summary
 java.lang.Number getValue()
           
 java.lang.Integer greatestIncludedInteger()
           
 int hashCode()
           
 boolean isExclusive()
           
 boolean isInclusive()
           
 java.lang.Integer smallestIncludedInteger()
           
 
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
 

Field Detail

value

public java.lang.Long value
Constructor Detail

Limit.InclusiveLong

public Limit.InclusiveLong(java.lang.Long value)
Method Detail

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