|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.shared.ldap.filter.AbstractExprNode
org.apache.directory.shared.ldap.filter.LeafNode
org.apache.directory.shared.ldap.filter.PresenceNode
public final class PresenceNode
Filter expression tree node representing a filter attribute value assertion for presence.
Field Summary |
---|
Fields inherited from class org.apache.directory.shared.ldap.filter.AbstractExprNode |
---|
annotations, assertionType |
Constructor Summary | |
---|---|
PresenceNode(java.lang.String attribute)
Creates a PresenceNode object based on an attribute. |
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class org.apache.directory.shared.ldap.filter.LeafNode |
---|
accept, equals, getAttribute, hashCode, isLeaf, setAttribute |
Methods inherited from class org.apache.directory.shared.ldap.filter.AbstractExprNode |
---|
get, getAnnotations, getAssertionType, printRefinementToBuffer, set |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PresenceNode(java.lang.String attribute)
attribute
- the attribute to assert the presence ofMethod Detail |
---|
public java.lang.String toString()
toString
in class AbstractExprNode
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |