|
||||||||||
| 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.LessEqNode<T>
public class LessEqNode<T>
A assertion value node for LessOrEqual.
| 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 | |
|---|---|
LessEqNode(java.lang.String attribute,
Value<T> value)
Creates a new LessEqNode object. |
|
| Method Summary | |
|---|---|
ExprNode |
clone()
Makes a full clone in new memory space of the current node and children |
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 LessEqNode(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 | |||||||||