Uses of Interface
org.apache.olingo.odata2.api.edm.EdmMappable
-
Packages that use EdmMappable Package Description org.apache.olingo.odata2.api.edm Entity Data Model API -
-
Uses of EdmMappable in org.apache.olingo.odata2.api.edm
Subinterfaces of EdmMappable in org.apache.olingo.odata2.api.edm Modifier and Type Interface Description interfaceEdmComplexTypeA CSDL ComplexType element.interfaceEdmElement@org.apache.olingo.odata2.DoNotImplement EdmElement is the base interface forEdmParameterandEdmPropertyand provides the information by which facets further specialize the usage of the type.interfaceEdmEntitySet@org.apache.olingo.odata2.DoNotImplement A CSDL EntitySet elementinterfaceEdmEntityTypeA CSDL EntityType element.interfaceEdmFunctionImport@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:EdmSimpleTypeor a collection of simple typesEdmEntityTypeor a collection of entity typesEdmEntitySetinterfaceEdmNavigationProperty@org.apache.olingo.odata2.DoNotImplement A CSDL NavigationProperty elementinterfaceEdmParameter@org.apache.olingo.odata2.DoNotImplement A CSDL FunctionImportParameter elementinterfaceEdmPropertyA CSDL Property elementinterfaceEdmStructuralType@org.apache.olingo.odata2.DoNotImplement EdmStructuralType is the base for a complex type or an entity type.
-