public interface CqnTemporalLiteral<E extends Temporal> extends CqnLiteral<E>
| Modifier and Type | Method and Description |
|---|---|
default void |
accept(CqnVisitor visitor) |
default boolean |
isTemporal()
Returns
true if this is a CqnTemporalLiteral. |
asBoolean, asLiteral, asNumber, asString, asTemporal, isBoolean, isLiteral, isNumeric, isString, valueas, asExpression, asFunction, asNullValue, asParameter, asPlain, asRef, isExpression, isFunction, isNullValue, isParameter, isPlain, isRef, typetoJsondefault void accept(CqnVisitor visitor)
default boolean isTemporal()
CqnLiteraltrue if this is a CqnTemporalLiteral.isTemporal in interface CqnLiteral<E extends Temporal>true if this is a temporal literal, otherwise falseCopyright © 2020 SAP. All rights reserved.