Class MoreThanConstraint
- java.lang.Object
-
- org.openl.rules.table.constraints.AbstractConstraint
-
- org.openl.rules.table.constraints.MoreThanConstraint
-
- All Implemented Interfaces:
Constraint
public class MoreThanConstraint extends AbstractConstraint
- Author:
- Andrei Astrouski
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONSTRAINT_KEYstatic StringCONSTRAINT_MATCH
-
Constructor Summary
Constructors Constructor Description MoreThanConstraint(String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancheck(Object... valuesToCheck)Object[]getParams()-
Methods inherited from class org.openl.rules.table.constraints.AbstractConstraint
getValue
-
-
-
-
Field Detail
-
CONSTRAINT_KEY
public static final String CONSTRAINT_KEY
- See Also:
- Constant Field Values
-
CONSTRAINT_MATCH
public static final String CONSTRAINT_MATCH
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MoreThanConstraint
public MoreThanConstraint(String value)
-
-