See: Description
Interface | Description |
---|---|
AnnotationExpression |
Super type of all annotation expressions
A expression is either constant or dynamic
|
AnnotationPath |
Represents an annotation path
|
Apply |
Represents an Edm:Apply expression
|
Cast |
Represents an edm:Cast expression.
|
Collection |
The edm:Collection expression enables a value to be obtained from zero or more child expressions.
|
ConstantAnnotationExpression |
Represents a constant expression
|
DynamicAnnotationExpression |
Represents a dynamic expression
|
If |
Represents a edm:If expression
|
IsOf |
The edm:IsOf expression evaluates a child expression and returns a Boolean value indicating whether
the child expression returns the specified type
|
LabeledElement |
The edm:LabeledElement expression assigns a name to a child expression.
|
LabeledElementReference |
The edm:LabeledElementReference expression returns the value of an
edm:LabeledElement (see
LabeledElement ) expression. |
NavigationPropertyPath |
The edm:NavigationPropertyPath expression provides a value for terms or term properties that specify the
built-in abstract type Edm.NavigationPropertyPath
|
Not |
Represents a logical edm:Le expression
|
Null |
The edm:Null expression returns an untyped null value.
|
Path |
The edm:Path expression enables a value to be obtained by traversing an object graph.
|
PropertyPath |
The edm:PropertyPath expression provides a value for terms or term properties that specify the built-in
abstract type Edm.PropertyPath.
|
PropertyValue |
The edm:PropertyValue element supplies a value to a property on the type instantiated by an
edm:Record expression (See
EdmRecord ). |
Record |
The edm:Record expression enables a new entity type or complex type instance to be constructed.
|
TwoParamsOpDynamicAnnotationExpression |
Represents a generic expression with two child exprssions
|
UrlRef |
The edm:UrlRef expression enables a value to be obtained by sending a GET request to the value of
the UrlRef expression.
|
Enum | Description |
---|---|
ConstantAnnotationExpression.Type |
Type of the constant expression
|
TwoParamsOpDynamicAnnotationExpression.Type |
Type (Operator) of the expression
|
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.