T - The Value typepublic class LessEqNode<T> extends SimpleNode<T>
bytes, EVAL_GREATER, EVAL_LESSER, valueattribute, attributeTypeannotations, assertionType| Constructor and Description |
|---|
LessEqNode(AttributeType attributeType,
Value value)
Creates a new LessEqNode object.
|
LessEqNode(String attribute,
byte[] value)
Creates a new LessEqNode object.
|
LessEqNode(String attribute,
String value)
Creates a new LessEqNode object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
clone, equals, getEscapedValue, getValue, hashCode, printRefinementToBuffer, printToBuffer, setValueaccept, escapeFilterValue, escapeFilterValue, getAttribute, getAttributeType, isLeaf, isSchemaAware, setAttribute, setAttributeTypeget, getAnnotations, getAssertionType, setpublic LessEqNode(AttributeType attributeType, Value value) throws LdapSchemaException
attributeType - the attributeTypevalue - the value to test forLdapSchemaException - If the AttributeType does not have an ORDERING MatchingRulepublic LessEqNode(String attribute, byte[] value) throws LdapSchemaException
attribute - the attribute namevalue - the value to test forLdapSchemaException - If the AttributeType does not have an ORDERING MatchingRulepublic LessEqNode(String attribute, String value) throws LdapSchemaException
attribute - the attribute namevalue - the value to test forLdapSchemaException - If the AttributeType does not have an ORDERING MatchingRulepublic String toString()
toString in class AbstractExprNodeObject.toString()Copyright © 2003–2022 The Apache Software Foundation. All rights reserved.