Class StringValueNode
- java.lang.Object
-
- org.xwiki.notifications.filters.expression.generics.AbstractNode
-
- org.xwiki.notifications.filters.expression.generics.AbstractValueNode<String>
-
- org.xwiki.notifications.filters.expression.StringValueNode
-
- All Implemented Interfaces:
ExpressionNode
public final class StringValueNode extends AbstractValueNode<String>
Define value node containing aString
.- Since:
- 9.7RC1
- Version:
- $Id: 1534af33e65af30e2101997fe610f6da4a88fd27 $
-
-
Field Summary
-
Fields inherited from class org.xwiki.notifications.filters.expression.generics.AbstractNode
EMPTY_NODE
-
-
Constructor Summary
Constructors Constructor Description StringValueNode(String content)
Constructs a new String value node.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
String
toString()
-
Methods inherited from class org.xwiki.notifications.filters.expression.generics.AbstractValueNode
concat, endsWith, eq, getContent, greaterThan, in, inStrings, inSubQuery, lesserThan, notEq, startsWith
-
-
-
-
Constructor Detail
-
StringValueNode
public StringValueNode(String content)
Constructs a new String value node.- Parameters:
content
- the content of the node.
-
-
Method Detail
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classAbstractValueNode<String>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classAbstractValueNode<String>
-
-