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.EdmExpressionType for 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()
EdmConstantExpression
boolean isDynamic()
EdmDynamicExpression asDynamic()
EdmDynamicExpression
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.