Package javax.jcr.query.qom
Interface Not
- All Superinterfaces:
Constraint
- All Known Implementing Classes:
NotImpl
Performs a logical negation of another constraint.
To satisfy the Not constraint, the node-tuple must not
satisfy constraint.
- Since:
- JCR 2.0
-
Method Summary
Modifier and TypeMethodDescriptionGets the constraint negated by thisNotconstraint.
-
Method Details
-
getConstraint
Constraint getConstraint()Gets the constraint negated by thisNotconstraint.- Returns:
- the constraint; non-null
-