Class DateExpression
- java.lang.Object
-
- net.fortuna.ical4j.filter.expression.DateExpression
-
- All Implemented Interfaces:
LiteralExpression<Date>
,FilterExpression
public class DateExpression extends Object implements LiteralExpression<Date>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.fortuna.ical4j.filter.FilterExpression
FilterExpression.Op
-
-
Constructor Summary
Constructors Constructor Description DateExpression(String value)
DateExpression(Date value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Date
getValue()
int
hashCode()
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.fortuna.ical4j.filter.FilterExpression
and, or
-
-
-
-
Constructor Detail
-
DateExpression
public DateExpression(String value) throws ParseException
- Throws:
ParseException
-
DateExpression
public DateExpression(Date value)
-
-