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