Class IntegerRangeHint
java.lang.Object
org.javarosa.core.model.condition.pivot.RangeHint<IntegerData>
org.javarosa.core.model.condition.pivot.IntegerRangeHint
- All Implemented Interfaces:
ConstraintHint
public class IntegerRangeHint extends RangeHint<IntegerData>
- Author:
- ctsims
-
Constructor Summary
Constructors Constructor Description IntegerRangeHint() -
Method Summary
Modifier and Type Method Description protected IntegerDatacastToValue(double value)protected doubleunit()Methods inherited from class org.javarosa.core.model.condition.pivot.RangeHint
getMax, getMin, init, isMaxInclusive, isMinInclusive
-
Constructor Details
-
IntegerRangeHint
public IntegerRangeHint()
-
-
Method Details
-
castToValue
- Specified by:
castToValuein classRangeHint<IntegerData>- Throws:
UnpivotableExpressionException
-
unit
protected double unit()- Specified by:
unitin classRangeHint<IntegerData>
-