Class BooleanValueNode
- java.lang.Object
-
- org.xwiki.notifications.filters.expression.generics.AbstractNode
-
- org.xwiki.notifications.filters.expression.generics.AbstractValueNode<Boolean>
-
- org.xwiki.notifications.filters.expression.BooleanValueNode
-
- All Implemented Interfaces:
ExpressionNode
public final class BooleanValueNode extends AbstractValueNode<Boolean>
Define value node containing aBoolean
.- Since:
- 9.8RC1
- Version:
- $Id: d327394696bfd97fa04fdea9f2c6b190c0b7a0cc $
-
-
Field Summary
-
Fields inherited from class org.xwiki.notifications.filters.expression.generics.AbstractNode
EMPTY_NODE
-
-
Constructor Summary
Constructors Constructor Description BooleanValueNode(boolean content)
Constructs a new Boolean 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
-
-
-
-
Method Detail
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classAbstractValueNode<Boolean>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classAbstractValueNode<Boolean>
-
-