public interface EdmConstantExpression extends EdmExpression
EdmExpression.EdmExpressionType| Modifier and Type | Method and Description | 
|---|---|
| List<String> | asEnumMembers()A list of enum members or empty list if this expression is of type primitive or geospatial. | 
| Geospatial | asGeospatial()Return the geospatial object or null if this expression is of type primitive or enum. | 
| Object | asPrimitive()The value object of this expression or null if it is of type enum or geospatial. | 
| String | getEnumTypeName()Return the Enum type name or null if this expression is of type primitive or geospatial. | 
| String | getValueAsString()Returns the value of the expression as String. | 
asConstant, asDynamic, getExpressionName, getExpressionType, isConstant, isDynamicObject asPrimitive()
List<String> asEnumMembers()
String getEnumTypeName()
Geospatial asGeospatial()
String getValueAsString()
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.