Package org.apache.olingo.odata2.api.edm
Interface EdmMappable
-
- All Known Subinterfaces:
EdmComplexType,EdmElement,EdmEntitySet,EdmEntityType,EdmFunctionImport,EdmNavigationProperty,EdmParameter,EdmProperty,EdmStructuralType
public interface EdmMappable@org.apache.olingo.odata2.DoNotImplement EdmMappable can be applied to CSDL elements to associate additional information.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EdmMappinggetMapping()Get mapping information applied to an EDM element
-
-
-
Method Detail
-
getMapping
EdmMapping getMapping() throws EdmException
Get mapping information applied to an EDM element- Returns:
EdmMapping- Throws:
EdmException- Caso ocorra uma exceção EDM
-
-