public final class StringValueNode extends AbstractValueNode<String>
String.EMPTY_NODE| Constructor and Description |
|---|
StringValueNode(String content)
Constructs a new String value node.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
concat, endsWith, eq, getContent, greaterThan, in, inStrings, inSubQuery, lesserThan, notEq, startsWithpublic StringValueNode(String content)
content - the content of the node.public boolean equals(Object o)
equals in class AbstractValueNode<String>public int hashCode()
hashCode in class AbstractValueNode<String>Copyright © 2004–2022 XWiki. All rights reserved.