public interface EdmExpression
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | EdmExpression.EdmExpressionType | 
| Modifier and Type | Method and Description | 
|---|---|
| EdmConstantExpression | asConstant()Casts the expression to  EdmConstantExpression | 
| EdmDynamicExpression | asDynamic()Cast the expression to  EdmDynamicExpression | 
| String | getExpressionName()Will return the name of the expression e.g. | 
| EdmExpression.EdmExpressionType | getExpressionType()See  EdmExpression.EdmExpressionTypefor details. | 
| boolean | isConstant()Return true if the expression is constant | 
| boolean | isDynamic()Return true if the expression is dynamic | 
EdmExpression.EdmExpressionType getExpressionType()
EdmExpression.EdmExpressionType for details.String getExpressionName()
boolean isConstant()
EdmConstantExpression asConstant()
EdmConstantExpressionboolean isDynamic()
EdmDynamicExpression asDynamic()
EdmDynamicExpressionCopyright © 2013–2023 The Apache Software Foundation. All rights reserved.