|
||||||||||
| 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.SimpleNode<T>
org.apache.directory.shared.ldap.filter.ApproximateNode<T>
public class ApproximateNode<T>
A simple assertion value node.
| Field Summary |
|---|
| Fields inherited from class org.apache.directory.shared.ldap.filter.SimpleNode |
|---|
EVAL_GREATER, EVAL_LESSER, value |
| Fields inherited from class org.apache.directory.shared.ldap.filter.AbstractExprNode |
|---|
annotations, assertionType |
| Constructor Summary | |
|---|---|
ApproximateNode(java.lang.String attribute,
Value<T> value)
Creates a new ApproximateNode object. |
|
| Method Summary | |
|---|---|
ExprNode |
clone()
Return a cloned node |
java.lang.String |
toString()
|
| Methods inherited from class org.apache.directory.shared.ldap.filter.SimpleNode |
|---|
equals, getEscapedValue, getValue, hashCode, printRefinementToBuffer, printToBuffer, setValue |
| Methods inherited from class org.apache.directory.shared.ldap.filter.LeafNode |
|---|
accept, getAttribute, isLeaf, setAttribute |
| Methods inherited from class org.apache.directory.shared.ldap.filter.AbstractExprNode |
|---|
escapeFilterValue, get, getAnnotations, getAssertionType, set |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ApproximateNode(java.lang.String attribute,
Value<T> value)
attribute - the attribute namevalue - the value to test for| Method Detail |
|---|
public ExprNode clone()
clone in interface ExprNodeclone in class SimpleNode<T>public 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 | |||||||||