| Package | Description | 
|---|---|
| org.apache.olingo.commons.api.edm.annotation | Contains representations for all annotation related
 EDM objects created during the URI parsing | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | EdmAndRepresents a logical and annotation | 
| interface  | EdmAnnotationPathRepresents an annotation path | 
| interface  | EdmApplyRepresents an Edm:Apply expression | 
| interface  | EdmCastRepresents an edm:Cast expression. | 
| interface  | EdmCollectionThe edm:Collection expression enables a value to be obtained from zero or more child expressions. | 
| interface  | EdmEqRepresents a edm:Eq expression | 
| interface  | EdmGeRepresents a edm:Ge expression | 
| interface  | EdmGtRepresents a edm:Gt expression | 
| interface  | EdmIfRepresents a edm:If expression | 
| interface  | EdmIsOfThe edm:IsOf expression evaluates a child expression and returns a Boolean value indicating whether 
  the child expression returns the specified type | 
| interface  | EdmLabeledElementThe edm:LabeledElement expression assigns a name to a child expression. | 
| interface  | EdmLabeledElementReferenceThe edm:LabeledElementReference expression returns the value of an 
  edm:LabeledElement (see  EdmLabeledElement) expression. | 
| interface  | EdmLeRepresents a edm:Le expression | 
| interface  | EdmLogicalOrComparisonExpressionRepresents a generic expression with two child exprssions | 
| interface  | EdmLtRepresents a edm:Lt expression | 
| interface  | EdmNavigationPropertyPathThe edm:NavigationPropertyPath expression provides a value for terms or term properties that specify the 
 built-in abstract type Edm.NavigationPropertyPath | 
| interface  | EdmNeRepresents a edm:Ne expression | 
| interface  | EdmNotRepresents a logical edm:Le expression | 
| interface  | EdmNullThe edm:Null expression returns an untyped null value. | 
| interface  | EdmOrRepresents a logical edm:And expression | 
| interface  | EdmPathThe edm:Path expression enables a value to be obtained by traversing an object graph. | 
| interface  | EdmPropertyPathThe edm:PropertyPath expression provides a value for terms or term properties that specify the built-in 
 abstract type Edm.PropertyPath. | 
| interface  | EdmRecordThe edm:Record expression enables a new entity type or complex type instance to be constructed. | 
| interface  | EdmUrlRefThe edm:UrlRef expression enables a value to be obtained by sending a GET request to the value of 
 the UrlRef expression. | 
| Modifier and Type | Method and Description | 
|---|---|
| EdmDynamicExpression | EdmExpression. asDynamic()Cast the expression to  EdmDynamicExpression | 
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.