Package org.openl.rules.dt.validator
Class CtrIntRange
- java.lang.Object
-
- org.openl.rules.helpers.IntRange
-
- org.openl.rules.dt.validator.CtrIntRange
-
- All Implemented Interfaces:
INumberRange
public class CtrIntRange extends IntRange
-
-
Constructor Summary
Constructors Constructor Description CtrIntRange(long min, long max)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntBoolExpcontains(IntExp exp)longgetMax()longgetMin()
-