|
||||||||||
| 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.EqualityNode<T>
public class EqualityNode<T>
A assertion value node for Equality.
| 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 | |
|---|---|
EqualityNode(AttributeType attributeType,
Value<T> value)
Creates a new Equality object. |
|
EqualityNode(String attribute,
Value<T> value)
Creates a new Equality 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 EqualityNode(AttributeType attributeType,
Value<T> value)
attributeType - the attributeTypevalue - the value to test for
public EqualityNode(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 | |||||||||