org.apache.stanbol.entityhub.servicesapi.query
Class RangeConstraint

java.lang.Object
  extended by org.apache.stanbol.entityhub.servicesapi.query.Constraint
      extended by org.apache.stanbol.entityhub.servicesapi.query.RangeConstraint

public class RangeConstraint
extends Constraint


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.stanbol.entityhub.servicesapi.query.Constraint
Constraint.ConstraintType
 
Constructor Summary
RangeConstraint(Object lowerBound, Object upperBound, boolean inclusive)
           
 
Method Summary
 Object getLowerBound()
           
 Object getUpperBound()
           
 boolean isInclusive()
           
 String toString()
           
 
Methods inherited from class org.apache.stanbol.entityhub.servicesapi.query.Constraint
getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RangeConstraint

public RangeConstraint(Object lowerBound,
                       Object upperBound,
                       boolean inclusive)
Method Detail

getLowerBound

public Object getLowerBound()
Returns:
the lowerBound

getUpperBound

public Object getUpperBound()
Returns:
the upperBound

isInclusive

public boolean isInclusive()
Returns:
the inclusive

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.