Class BinaryConstraint
- java.lang.Object
-
- org.apache.jackrabbit.oak.plugins.nodetype.constraint.NumericConstraint<Long>
-
- org.apache.jackrabbit.oak.plugins.nodetype.constraint.LongConstraint
-
- org.apache.jackrabbit.oak.plugins.nodetype.constraint.BinaryConstraint
-
public class BinaryConstraint extends LongConstraint
-
-
Constructor Summary
Constructors Constructor Description BinaryConstraint(String definition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LonggetValue(Value value)-
Methods inherited from class org.apache.jackrabbit.oak.plugins.nodetype.constraint.LongConstraint
getBound, less
-
Methods inherited from class org.apache.jackrabbit.oak.plugins.nodetype.constraint.NumericConstraint
equals, greater, greaterOrEqual, lessOrEqual, test, toString
-
-
-
-
Constructor Detail
-
BinaryConstraint
public BinaryConstraint(String definition)
-
-
Method Detail
-
getValue
protected Long getValue(Value value) throws RepositoryException
- Overrides:
getValuein classLongConstraint- Throws:
RepositoryException
-
-