public class EqualityNode<T> extends SimpleNode<T>
EVAL_GREATER, EVAL_LESSER, valueattribute, attributeTypeannotations, assertionType, isSchemaAware| Constructor and Description |
|---|
EqualityNode(AttributeType attributeType,
Value<T> value)
Creates a new Equality object.
|
EqualityNode(String attribute,
Value<T> value)
Creates a new Equality object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
clone, equals, getEscapedValue, getValue, hashCode, printRefinementToBuffer, printToBuffer, setValueaccept, getAttribute, getAttributeType, isLeaf, setAttribute, setAttributeTypeescapeFilterValue, get, getAnnotations, getAssertionType, isSchemaAware, setpublic EqualityNode(AttributeType attributeType, Value<T> value)
attributeType - the attributeTypevalue - the value to test forpublic String toString()
toString in class AbstractExprNodeObject.toString()Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.