Interface LiteralExpression<T>
-
- All Superinterfaces:
FilterExpression
- All Known Implementing Classes:
CollectionExpression,DateExpression,FunctionExpression,NumberExpression,StringExpression,TemporalExpression
public interface LiteralExpression<T> extends FilterExpression
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.fortuna.ical4j.filter.FilterExpression
FilterExpression.Op
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetValue()-
Methods inherited from interface net.fortuna.ical4j.filter.FilterExpression
and, or
-
-
-
-
Method Detail
-
getValue
T getValue()
-
-