public interface EdmDynamicExpression extends EdmExpression
EdmExpression.EdmExpressionType| Modifier and Type | Method and Description | 
|---|---|
| EdmAnd | asAnd()Casts the expression to a  EdmAndexpression | 
| EdmAnnotationPath | asAnnotationPath()Casts the expression to a  EdmAnnotationPathexpression | 
| EdmApply | asApply()Casts the expression to a  EdmApplyexpression | 
| EdmCast | asCast()Casts the expression to a  EdmCastexpression | 
| EdmCollection | asCollection()Casts the expression to a  EdmCollectionexpression | 
| EdmEq | asEq()Casts the expression to a  EdmEqexpression | 
| EdmGe | asGe()Casts the expression to a  EdmGeexpression | 
| EdmGt | asGt()Casts the expression to a  EdmGtexpression | 
| EdmIf | asIf()Casts the expression to a  EdmIfexpression | 
| EdmIsOf | asIsOf()Casts the expression to a  EdmIsOfexpression | 
| EdmLabeledElement | asLabeledElement()Casts the expression to a  EdmLabeledElementexpression | 
| EdmLabeledElementReference | asLabeledElementReference()Casts the expression to a  EdmLabeledElementReferenceexpression | 
| EdmLe | asLe()Casts the expression to a  EdmLeexpression | 
| EdmLt | asLt()Casts the expression to a  EdmLtexpression | 
| EdmNavigationPropertyPath | asNavigationPropertyPath()Casts the expression to a  EdmNavigationPropertyPathexpression | 
| EdmNe | asNe()Casts the expression to a  EdmNeexpression | 
| EdmNot | asNot()Casts the expression to a  EdmNotexpression | 
| EdmNull | asNull()Casts the expression to a  EdmNullexpression | 
| EdmOr | asOr()Casts the expression to a  EdmOrexpression | 
| EdmPath | asPath()Casts the expression to a  EdmPathexpression | 
| EdmPropertyPath | asPropertyPath()Casts the expression to a  EdmPropertyPathexpression | 
| EdmPropertyValue | asPropertyValue()Casts the expression to a  EdmPropertyValueexpression | 
| EdmRecord | asRecord()Casts the expression to a  EdmRecordexpression | 
| EdmUrlRef | asUrlRef()Casts the expression to a  EdmUrlRefexpression | 
| boolean | isAnd()Returns true if the expression is a logical edm:And expression | 
| boolean | isAnnotationPath()Returns true if the expression is a edm:AnnotationPath expression | 
| boolean | isApply()Returns true if the expression is a edm:Apply expression | 
| boolean | isCast()Returns true if the expression is a edm:Cast expression | 
| boolean | isCollection()Returns true if the expression is a edm:Collection expression | 
| boolean | isEq()Returns true if the expression is a edm:Eq expression | 
| boolean | isGe()Returns true if the expression is a edm:Ge expression | 
| boolean | isGt()Returns true if the expression is a edm:Gt expression | 
| boolean | isIf()Returns true if the expression is a edm:If expression | 
| boolean | isIsOf()Returns true if the expression is a edm:IsOf expression | 
| boolean | isLabeledElement()Returns true if the expression is a edm:LabeledElement expression | 
| boolean | isLabeledElementReference()Returns true if the expression is a edm:LabeledElementReference expression | 
| boolean | isLe()Returns true if the expression is a edm:Le expression | 
| boolean | isLt()Returns true if the expression is a edm:Lt expression | 
| boolean | isNavigationPropertyPath()Returns true if the expression is a edm:NavigationPropertyPath expression | 
| boolean | isNe()Returns true if the expression is a edm:Ne expression | 
| boolean | isNot()Returns true if the expression is a logical edm:Not expression | 
| boolean | isNull()Returns true if the expression is a edm:Null expression | 
| boolean | isOr()Returns true if the expression is a logical edm:Or expression | 
| boolean | isPath()Returns true if the expression is a edm:Path expression | 
| boolean | isPropertyPath()Returns true if the expression is a edm:PropertyPath expression | 
| boolean | isPropertyValue()Returns true if the expression is a edm:PropertyValue expression | 
| boolean | isRecord()Returns true if the expression is a edm:Record expression | 
| boolean | isUrlRef()Returns true if the expression is a edm:UrlRef expression | 
asConstant, asDynamic, getExpressionName, getExpressionType, isConstant, isDynamicboolean isNot()
boolean isAnd()
boolean isOr()
boolean isEq()
boolean isNe()
boolean isGt()
boolean isGe()
boolean isLt()
boolean isLe()
boolean isAnnotationPath()
EdmAnnotationPath asAnnotationPath()
EdmAnnotationPath expressionboolean isApply()
EdmApply asApply()
EdmApply expressionboolean isCast()
boolean isCollection()
EdmCollection asCollection()
EdmCollection expressionboolean isIf()
boolean isIsOf()
boolean isLabeledElement()
EdmLabeledElement asLabeledElement()
EdmLabeledElement expressionboolean isLabeledElementReference()
EdmLabeledElementReference asLabeledElementReference()
EdmLabeledElementReference expressionboolean isNull()
boolean isNavigationPropertyPath()
EdmNavigationPropertyPath asNavigationPropertyPath()
EdmNavigationPropertyPath expressionboolean isPath()
boolean isPropertyPath()
EdmPropertyPath asPropertyPath()
EdmPropertyPath expressionboolean isPropertyValue()
EdmPropertyValue asPropertyValue()
EdmPropertyValue expressionboolean isRecord()
EdmRecord asRecord()
EdmRecord expressionboolean isUrlRef()
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.