|
||||||||||
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.GreaterEqNode<T>
public class GreaterEqNode<T>
A assertion value node for GreaterOrEqual.
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 | |
---|---|
GreaterEqNode(java.lang.String attribute,
Value<T> value)
Creates a new GreaterOrEqual object. |
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class org.apache.directory.shared.ldap.filter.SimpleNode |
---|
equals, 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 |
---|
get, getAnnotations, getAssertionType, set |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GreaterEqNode(java.lang.String attribute, Value<T> value)
attribute
- the attribute namevalue
- the value to test forMethod Detail |
---|
public java.lang.String toString()
toString
in class AbstractExprNode
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |