Class AbstractConstraint
- java.lang.Object
-
- org.openl.rules.table.constraints.AbstractConstraint
-
- All Implemented Interfaces:
Constraint
- Direct Known Subclasses:
DataEnumConstraint,LessThanConstraint,MoreThanConstraint,RegexpValueConstraint,UniqueActiveTableConstraint,UniqueInModuleConstraint
public abstract class AbstractConstraint extends Object implements Constraint
- Author:
- Andrei Astrouski
-
-
Constructor Summary
Constructors Constructor Description AbstractConstraint(String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetValue()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openl.rules.table.constraints.Constraint
check, getParams
-
-
-
-
Constructor Detail
-
AbstractConstraint
public AbstractConstraint(String value)
-
-
Method Detail
-
getValue
public String getValue()
- Specified by:
getValuein interfaceConstraint
-
-