| javax.jcr.query.qom.Not
Not | public interface Not extends Constraint(Code) | | Performs a logical negation of another constraint.
To satisfy the Not constraint, the node-tuple must not
satisfy
Not.getConstraint constraint .
since: JCR 2.0 |
getConstraint | public Constraint getConstraint()(Code) | | Gets the constraint negated by this Not constraint.
the constraint; non-null |
|
|