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