Package | Description |
---|---|
org.apache.olingo.client.api.edm.xml | |
org.apache.olingo.commons.api.edm.provider |
Contains representations for objects created during CSDL document parsing
|
org.apache.olingo.commons.api.edm.provider.annotation |
Contains representations for objects created during
CSDL document parsing related to the CSDL annotations.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Reference |
Modifier and Type | Class and Description |
---|---|
class |
CsdlAction
Represents an action CSDL item
|
class |
CsdlActionImport
Represents an action import CSDL item
|
class |
CsdlAnnotation
Represents a CSDL annotation
|
class |
CsdlAnnotations
The type Csdl annotations.
|
class |
CsdlBindingTarget
The type Csdl binding target.
|
class |
CsdlComplexType
The type Csdl complex type.
|
class |
CsdlEntityContainer
The type Csdl entity container.
|
class |
CsdlEntitySet
The type Csdl entity set.
|
class |
CsdlEntityType
The type Csdl entity type.
|
class |
CsdlEnumMember
The type Csdl enum member.
|
class |
CsdlEnumType
The type Csdl enum type.
|
class |
CsdlFunction
The type Csdl function.
|
class |
CsdlFunctionImport
The type Csdl function import.
|
class |
CsdlNavigationProperty
The type Csdl navigation property.
|
class |
CsdlOperation
The type Csdl operation.
|
class |
CsdlOperationImport
The type Csdl operation import.
|
class |
CsdlParameter
The type Csdl parameter.
|
class |
CsdlProperty
The type Csdl property.
|
class |
CsdlReferentialConstraint
The type Csdl referential constraint.
|
class |
CsdlSchema
The type Csdl schema.
|
class |
CsdlSingleton
The type Csdl singleton.
|
class |
CsdlStructuralType
The type Csdl structural type.
|
class |
CsdlTerm
The type Csdl term.
|
class |
CsdlTypeDefinition
The type Csdl type definition.
|
Modifier and Type | Method and Description |
---|---|
CsdlAnnotatable |
CsdlEdmProvider.getAnnotatable(FullQualifiedName annotatedName)
Gets annotatable.
|
CsdlAnnotatable |
CsdlAbstractEdmProvider.getAnnotatable(FullQualifiedName annotatedName) |
Modifier and Type | Method and Description |
---|---|
Map<String,CsdlAnnotatable> |
CsdlSchema.getAnnotatables()
Gets annotatables.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Apply
Represents an Edm:Apply expression
|
interface |
Cast
Represents an edm:Cast expression.
|
interface |
If
Represents a edm:If expression
|
interface |
IsOf
The edm:IsOf expression evaluates a child expression and returns a Boolean value indicating whether
the child expression returns the specified type
|
interface |
LabeledElement
The edm:LabeledElement expression assigns a name to a child expression.
|
interface |
Null
The edm:Null expression returns an untyped null value.
|
interface |
PropertyValue
The edm:PropertyValue element supplies a value to a property on the type instantiated by an
edm:Record expression (See
EdmRecord ). |
interface |
Record
The edm:Record expression enables a new entity type or complex type instance to be constructed.
|
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.