|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.api.ldap.model.filter.AbstractExprNode
org.apache.directory.api.ldap.model.filter.LeafNode
org.apache.directory.api.ldap.model.filter.SimpleNode<T>
org.apache.directory.api.ldap.model.filter.ApproximateNode<T>
public class ApproximateNode<T>
A simple assertion value node.
| Field Summary |
|---|
| Fields inherited from class org.apache.directory.api.ldap.model.filter.SimpleNode |
|---|
EVAL_GREATER, EVAL_LESSER, value |
| Fields inherited from class org.apache.directory.api.ldap.model.filter.LeafNode |
|---|
attribute, attributeType |
| Fields inherited from class org.apache.directory.api.ldap.model.filter.AbstractExprNode |
|---|
annotations, assertionType, isSchemaAware |
| Constructor Summary | |
|---|---|
ApproximateNode(AttributeType attributeType,
Value<T> value)
Creates a new ApproximateNode object. |
|
ApproximateNode(String attribute,
Value<T> value)
Creates a new ApproximateNode object. |
|
| Method Summary | |
|---|---|
String |
toString()
|
| Methods inherited from class org.apache.directory.api.ldap.model.filter.SimpleNode |
|---|
clone, equals, getEscapedValue, getValue, hashCode, printRefinementToBuffer, printToBuffer, setValue |
| Methods inherited from class org.apache.directory.api.ldap.model.filter.LeafNode |
|---|
accept, getAttribute, getAttributeType, isLeaf, setAttribute, setAttributeType |
| Methods inherited from class org.apache.directory.api.ldap.model.filter.AbstractExprNode |
|---|
escapeFilterValue, get, getAnnotations, getAssertionType, isSchemaAware, set |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ApproximateNode(AttributeType attributeType,
Value<T> value)
attributeType - the attribute typevalue - the value to test for
public ApproximateNode(String attribute,
Value<T> value)
attribute - the attribute namevalue - the value to test for| Method Detail |
|---|
public String toString()
toString in class AbstractExprNodeObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||