|
||||||||||
| 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 | |
|---|---|
ExprNode |
clone()
Clone the Node |
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 |
|---|
escapeFilterValue, get, getAnnotations, getAssertionType, printRefinementToBuffer, set |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PresenceNode(java.lang.String attribute)
attribute - the attribute to assert the presence of| Method Detail |
|---|
public ExprNode clone()
clone in interface ExprNodeclone in class LeafNodepublic java.lang.String toString()
toString in class AbstractExprNodeObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||