Uses of Class
org.apache.olingo.commons.api.edm.provider.CsdlAbstractEdmItem
Packages that use CsdlAbstractEdmItem
Package
Description
Contains representations for objects created during CSDL document parsing
Contains representations for objects created during
CSDL document parsing related to the CSDL annotations.
-
Uses of CsdlAbstractEdmItem in org.apache.olingo.commons.api.edm.provider
Subclasses of CsdlAbstractEdmItem in org.apache.olingo.commons.api.edm.providerModifier and TypeClassDescriptionclass
Represents an action CSDL itemclass
Represents an action import CSDL itemclass
Represents a CSDL annotationclass
The type Csdl annotations.class
The type Csdl binding target.class
The type Csdl complex type.class
The type Csdl entity container.class
The type Csdl entity set.class
The type Csdl entity type.class
The type Csdl enum member.class
The type Csdl enum type.class
The type Csdl function.class
The type Csdl function import.class
The type Csdl navigation property.class
The type Csdl navigation property binding.class
The type Csdl on delete.class
The type Csdl operation.class
The type Csdl operation import.class
The type Csdl parameter.class
The type Csdl property.class
The type Csdl property ref.class
The type Csdl referential constraint.class
The type Csdl return type.class
The type Csdl schema.class
The type Csdl singleton.class
The type Csdl structural type.class
The type Csdl term.class
The type Csdl type definition. -
Uses of CsdlAbstractEdmItem in org.apache.olingo.commons.api.edm.provider.annotation
Subclasses of CsdlAbstractEdmItem in org.apache.olingo.commons.api.edm.provider.annotationModifier and TypeClassDescriptionclass
Represents an annotation pathclass
class
Represents an edm:Cast expression.class
The edm:Collection expression enables a value to be obtained from zero or more child expressions.class
class
class
class
Represents a edm:If expressionclass
The edm:IsOf expression evaluates a child expression and returns a Boolean value indicating whether the child expression returns the specified typeclass
The edm:LabeledElement expression assigns a name to a child expression.class
The edm:LabeledElementReference expression returns the value of an edm:LabeledElement (seeCsdlLabeledElement
) expression.class
class
The edm:NavigationPropertyPath expression provides a value for terms or term properties that specify the built-in abstract type Edm.NavigationPropertyPathclass
The edm:Null expression returns an untyped null value.class
The edm:Path expression enables a value to be obtained by traversing an object graph.class
The edm:PropertyPath expression provides a value for terms or term properties that specify the built-in abstract type Edm.PropertyPath.class
The edm:PropertyValue element supplies a value to a property on the type instantiated by an edm:Record expression (SeeEdmRecord
).class
The edm:Record expression enables a new entity type or complex type instance to be constructed.class
The edm:UrlRef expression enables a value to be obtained by sending a GET request to the value of the UrlRef expression.