interface |
EdmAssociation |
@org.apache.olingo.odata2.DoNotImplement
A CSDL Association element
|
interface |
EdmAssociationEnd |
@org.apache.olingo.odata2.DoNotImplement
A CSDL AssociationEnd element
|
interface |
EdmAssociationSet |
@org.apache.olingo.odata2.DoNotImplement
A CSDL AssociationSet element
|
interface |
EdmAssociationSetEnd |
@org.apache.olingo.odata2.DoNotImplement
A CSDL AssociationSetEnd element
|
interface |
EdmComplexType |
A CSDL ComplexType element.
|
interface |
EdmEntityContainer |
@org.apache.olingo.odata2.DoNotImplement
A CSDL EntityContainer element
|
interface |
EdmEntitySet |
@org.apache.olingo.odata2.DoNotImplement
A CSDL EntitySet element
|
interface |
EdmEntityType |
A CSDL EntityType element.
|
interface |
EdmFunctionImport |
@org.apache.olingo.odata2.DoNotImplement
A CSDL FunctionImport element
EdmFunctionImport can be used model functions which have input parameters, an associated HTTP Method
and a return type which can be of different kinds:
EdmSimpleType or a collection of simple types
EdmEntityType or a collection of entity types
EdmEntitySet
|
interface |
EdmNavigationProperty |
@org.apache.olingo.odata2.DoNotImplement
A CSDL NavigationProperty element
|
interface |
EdmParameter |
@org.apache.olingo.odata2.DoNotImplement
A CSDL FunctionImportParameter element
|
interface |
EdmProperty |
A CSDL Property element
|
interface |
EdmReferentialConstraint |
@org.apache.olingo.odata2.DoNotImplement
A CSDL ReferentialConstraint element
|
interface |
EdmStructuralType |
@org.apache.olingo.odata2.DoNotImplement
EdmStructuralType is the base for a complex type or an entity type.
|