Uses of Interface
org.n52.svalbard.odata.core.expr.temporal.TemporalExpr
-
Packages that use TemporalExpr Package Description org.n52.svalbard.odata.core org.n52.svalbard.odata.core.expr org.n52.svalbard.odata.core.expr.temporal -
-
Uses of TemporalExpr in org.n52.svalbard.odata.core
Methods in org.n52.svalbard.odata.core that return TemporalExpr Modifier and Type Method Description TemporalExprSTAQueryOptionVisitor. visitTemporalMethodCallExpr(STAQueryOptionsGrammar.TemporalMethodCallExprContext ctx)TemporalExprSTAQueryOptionVisitor. visitTemporalOrMemberOrISO8601Timestamp(STAQueryOptionsGrammar.TemporalOrMemberOrISO8601TimestampContext ctx)TemporalExprSTAQueryOptionVisitor. visitTimeExpr(STAQueryOptionsGrammar.TimeExprContext ctx) -
Uses of TemporalExpr in org.n52.svalbard.odata.core.expr
Classes in org.n52.svalbard.odata.core.expr that implement TemporalExpr Modifier and Type Class Description classMethodCallExprClass to hold a method call expression.Methods in org.n52.svalbard.odata.core.expr that return types with arguments of type TemporalExpr Modifier and Type Method Description default Optional<TemporalExpr>Expr. asTime()Get this expression as a time expression -
Uses of TemporalExpr in org.n52.svalbard.odata.core.expr.temporal
Classes in org.n52.svalbard.odata.core.expr.temporal that implement TemporalExpr Modifier and Type Class Description classTimeValueExprHolds a TimeValue directly or reference to a property containing TimeValueMethods in org.n52.svalbard.odata.core.expr.temporal that return types with arguments of type TemporalExpr Modifier and Type Method Description default Optional<TemporalExpr>TemporalExpr. asTime()
-