public abstract class AbstractEdmDynamicExpression extends AbstractEdmExpression implements org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpression
edm| Constructor and Description |
|---|
AbstractEdmDynamicExpression(org.apache.olingo.commons.api.edm.Edm edm,
String name) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.olingo.commons.api.edm.annotation.EdmAnd |
asAnd() |
org.apache.olingo.commons.api.edm.annotation.EdmAnnotationPath |
asAnnotationPath() |
org.apache.olingo.commons.api.edm.annotation.EdmApply |
asApply() |
org.apache.olingo.commons.api.edm.annotation.EdmCast |
asCast() |
org.apache.olingo.commons.api.edm.annotation.EdmCollection |
asCollection() |
org.apache.olingo.commons.api.edm.annotation.EdmEq |
asEq() |
org.apache.olingo.commons.api.edm.annotation.EdmGe |
asGe() |
org.apache.olingo.commons.api.edm.annotation.EdmGt |
asGt() |
org.apache.olingo.commons.api.edm.annotation.EdmIf |
asIf() |
org.apache.olingo.commons.api.edm.annotation.EdmIsOf |
asIsOf() |
org.apache.olingo.commons.api.edm.annotation.EdmLabeledElement |
asLabeledElement() |
org.apache.olingo.commons.api.edm.annotation.EdmLabeledElementReference |
asLabeledElementReference() |
org.apache.olingo.commons.api.edm.annotation.EdmLe |
asLe() |
org.apache.olingo.commons.api.edm.annotation.EdmLt |
asLt() |
org.apache.olingo.commons.api.edm.annotation.EdmNavigationPropertyPath |
asNavigationPropertyPath() |
org.apache.olingo.commons.api.edm.annotation.EdmNe |
asNe() |
org.apache.olingo.commons.api.edm.annotation.EdmNot |
asNot() |
org.apache.olingo.commons.api.edm.annotation.EdmNull |
asNull() |
org.apache.olingo.commons.api.edm.annotation.EdmOr |
asOr() |
org.apache.olingo.commons.api.edm.annotation.EdmPath |
asPath() |
org.apache.olingo.commons.api.edm.annotation.EdmPropertyPath |
asPropertyPath() |
org.apache.olingo.commons.api.edm.annotation.EdmPropertyValue |
asPropertyValue() |
org.apache.olingo.commons.api.edm.annotation.EdmRecord |
asRecord() |
org.apache.olingo.commons.api.edm.annotation.EdmUrlRef |
asUrlRef() |
boolean |
isAnd() |
boolean |
isAnnotationPath() |
boolean |
isApply() |
boolean |
isCast() |
boolean |
isCollection() |
boolean |
isEq() |
boolean |
isGe() |
boolean |
isGt() |
boolean |
isIf() |
boolean |
isIsOf() |
boolean |
isLabeledElement() |
boolean |
isLabeledElementReference() |
boolean |
isLe() |
boolean |
isLt() |
boolean |
isNavigationPropertyPath() |
boolean |
isNe() |
boolean |
isNot() |
boolean |
isNull() |
boolean |
isOr() |
boolean |
isPath() |
boolean |
isPropertyPath() |
boolean |
isPropertyValue() |
boolean |
isRecord() |
boolean |
isUrlRef() |
asConstant, asDynamic, getExpression, getExpressionName, isConstant, isDynamicpublic AbstractEdmDynamicExpression(org.apache.olingo.commons.api.edm.Edm edm,
String name)
public boolean isNot()
isNot in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpressionpublic org.apache.olingo.commons.api.edm.annotation.EdmNot asNot()
asNot in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpressionpublic boolean isAnd()
isAnd in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpressionpublic org.apache.olingo.commons.api.edm.annotation.EdmAnd asAnd()
asAnd in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpressionpublic boolean isOr()
isOr in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpressionpublic org.apache.olingo.commons.api.edm.annotation.EdmOr asOr()
asOr in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpressionpublic boolean isEq()
isEq in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpressionpublic org.apache.olingo.commons.api.edm.annotation.EdmEq asEq()
asEq in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpressionpublic boolean isNe()
isNe in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpressionpublic org.apache.olingo.commons.api.edm.annotation.EdmNe asNe()
asNe in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpressionpublic boolean isGt()
isGt in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpressionpublic org.apache.olingo.commons.api.edm.annotation.EdmGt asGt()
asGt in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpressionpublic boolean isGe()
isGe in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpressionpublic org.apache.olingo.commons.api.edm.annotation.EdmGe asGe()
asGe in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpressionpublic boolean isLt()
isLt in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpressionpublic org.apache.olingo.commons.api.edm.annotation.EdmLt asLt()
asLt in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpressionpublic boolean isLe()
isLe in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpressionpublic org.apache.olingo.commons.api.edm.annotation.EdmLe asLe()
asLe in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpressionpublic boolean isAnnotationPath()
isAnnotationPath in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpressionpublic org.apache.olingo.commons.api.edm.annotation.EdmAnnotationPath asAnnotationPath()
asAnnotationPath in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpressionpublic boolean isApply()
isApply in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpressionpublic org.apache.olingo.commons.api.edm.annotation.EdmApply asApply()
asApply in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpressionpublic boolean isCast()
isCast in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpressionpublic org.apache.olingo.commons.api.edm.annotation.EdmCast asCast()
asCast in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpressionpublic boolean isCollection()
isCollection in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpressionpublic org.apache.olingo.commons.api.edm.annotation.EdmCollection asCollection()
asCollection in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpressionpublic boolean isIf()
isIf in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpressionpublic org.apache.olingo.commons.api.edm.annotation.EdmIf asIf()
asIf in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpressionpublic boolean isIsOf()
isIsOf in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpressionpublic org.apache.olingo.commons.api.edm.annotation.EdmIsOf asIsOf()
asIsOf in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpressionpublic boolean isLabeledElement()
isLabeledElement in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpressionpublic org.apache.olingo.commons.api.edm.annotation.EdmLabeledElement asLabeledElement()
asLabeledElement in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpressionpublic boolean isLabeledElementReference()
isLabeledElementReference in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpressionpublic org.apache.olingo.commons.api.edm.annotation.EdmLabeledElementReference asLabeledElementReference()
asLabeledElementReference in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpressionpublic boolean isNull()
isNull in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpressionpublic org.apache.olingo.commons.api.edm.annotation.EdmNull asNull()
asNull in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpressionpublic boolean isNavigationPropertyPath()
isNavigationPropertyPath in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpressionpublic org.apache.olingo.commons.api.edm.annotation.EdmNavigationPropertyPath asNavigationPropertyPath()
asNavigationPropertyPath in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpressionpublic boolean isPath()
isPath in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpressionpublic org.apache.olingo.commons.api.edm.annotation.EdmPath asPath()
asPath in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpressionpublic boolean isPropertyPath()
isPropertyPath in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpressionpublic org.apache.olingo.commons.api.edm.annotation.EdmPropertyPath asPropertyPath()
asPropertyPath in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpressionpublic boolean isPropertyValue()
isPropertyValue in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpressionpublic org.apache.olingo.commons.api.edm.annotation.EdmPropertyValue asPropertyValue()
asPropertyValue in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpressionpublic boolean isRecord()
isRecord in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpressionpublic org.apache.olingo.commons.api.edm.annotation.EdmRecord asRecord()
asRecord in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpressionpublic boolean isUrlRef()
isUrlRef in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpressionpublic org.apache.olingo.commons.api.edm.annotation.EdmUrlRef asUrlRef()
asUrlRef in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpressionCopyright © 2013–2020 The Apache Software Foundation. All rights reserved.