org.apache.jackrabbit.spi.commons.query.qom
Class NotImpl
java.lang.Object
org.apache.jackrabbit.spi.commons.query.qom.AbstractQOMNode
org.apache.jackrabbit.spi.commons.query.qom.ConstraintImpl
org.apache.jackrabbit.spi.commons.query.qom.NotImpl
- All Implemented Interfaces:
- Constraint, Not
public class NotImpl
- extends ConstraintImpl
- implements Not
NotImpl...
getConstraint
public Constraint getConstraint()
- Gets the constraint negated by this
Not constraint.
- Specified by:
getConstraint in interface Not
- Returns:
- the constraint; non-null
accept
public Object accept(QOMTreeVisitor visitor,
Object data)
throws Exception
- Accepts a
visitor and calls the appropriate visit method
depending on the type of this QOM node.
- Specified by:
accept in class AbstractQOMNode
- Parameters:
visitor - the visitor.data - user defined data, which is passed to the visit method.
- Throws:
Exception
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.