javax.jcr.query.qom
Interface Not

All Superinterfaces:
Constraint

public interface Not
extends Constraint

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
 Constraint getConstraint()
          Gets the constraint negated by this Not constraint.
 

Method Detail

getConstraint

Constraint getConstraint()
Gets the constraint negated by this Not constraint.

Returns:
the constraint; non-null