org.apache.olingo.odata2.api.edm
Interface EdmMappable

All Known Subinterfaces:
EdmComplexType, EdmElement, EdmEntitySet, EdmEntityType, EdmFunctionImport, EdmNavigationProperty, EdmParameter, EdmProperty, EdmStructuralType

public interface EdmMappable

Do not implement this interface or derive from class.
EdmMappable can be applied to CSDL elements to associate additional information.

Method Summary
 EdmMapping getMapping()
          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


Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.