public interface TextExpr extends Expr
| Modifier and Type | Method and Description |
|---|---|
default Optional<TextExpr> |
asTextValue()
Get this expression as a string expression
|
default boolean |
isTextValue()
Check if this expression is a string expression.
|
accept, asArithmetic, asBinary, asBoolean, asBooleanBinary, asBooleanUnary, asComparison, asGeometry, asMember, asMethodCall, asNumericValue, asTime, asUnary, isArithmetic, isBinary, isBoolean, isBooleanBinary, isBooleanUnary, isComparison, isGeometry, isMember, isMethodCall, isNumericValue, isTime, isUnarytoODataStringdefault boolean isTextValue()
ExprisTextValue in interface Exprdefault Optional<TextExpr> asTextValue()
ExprasTextValue in interface ExprOptional.empty() if the type does not matchCopyright © 2015–2020 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.