Class NumberExpression
- java.lang.Object
-
- net.fortuna.ical4j.filter.expression.NumberExpression
-
- All Implemented Interfaces:
LiteralExpression<Number>
,FilterExpression
public class NumberExpression extends Object implements LiteralExpression<Number>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.fortuna.ical4j.filter.FilterExpression
FilterExpression.Op
-
-
Constructor Summary
Constructors Constructor Description NumberExpression(Number value)
NumberExpression(String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Number
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
-
-