interface |
EdmAssociation |
@org.apache.olingo.odata2.DoNotImplement
A CSDL Association element
|
interface |
EdmAssociationSet |
@org.apache.olingo.odata2.DoNotImplement
A CSDL AssociationSet element
|
interface |
EdmComplexType |
A CSDL ComplexType element.
|
interface |
EdmElement |
@org.apache.olingo.odata2.DoNotImplement
EdmElement is the base interface for EdmParameter and EdmProperty and provides
the information by which facets further specialize the usage of the type.
|
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 |
EdmSimpleType |
EdmSimpleType is a primitive type as defined in the Entity Data Model (EDM).
|
interface |
EdmStructuralType |
@org.apache.olingo.odata2.DoNotImplement
EdmStructuralType is the base for a complex type or an entity type.
|
interface |
EdmType |
@org.apache.olingo.odata2.DoNotImplement
EdmType holds the namespace of a given type and its type as EdmTypeKind.
|
interface |
EdmTyped |
@org.apache.olingo.odata2.DoNotImplement
EdmTyped indicates if an EDM element is of a special type and holds the multiplicity of that type.
|