Package javax.jcr.query.qom
Interface Not
- 
- All Superinterfaces:
 Constraint
- All Known Implementing Classes:
 NotImpl
public interface Not extends Constraint
Performs a logical negation of another constraint.To satisfy the
Notconstraint, the node-tuple must not satisfyconstraint.- Since:
 - JCR 2.0
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConstraintgetConstraint()Gets the constraint negated by thisNotconstraint. 
 - 
 
- 
- 
Method Detail
- 
getConstraint
Constraint getConstraint()
Gets the constraint negated by thisNotconstraint.- Returns:
 - the constraint; non-null
 
 
 - 
 
 -