public class RangeConstraint extends Constraint
Constraint.ConstraintType| Constructor and Description |
|---|
RangeConstraint(Object lowerBound,
Object upperBound,
boolean inclusive) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getLowerBound() |
Object |
getUpperBound() |
boolean |
isInclusive() |
String |
toString() |
getBoost, getType, setBoostpublic Object getLowerBound()
public Object getUpperBound()
public boolean isInclusive()
public String toString()
toString in class ConstraintCopyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.