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

All Known Subinterfaces:
EdmAssociation, EdmAssociationEnd, EdmAssociationSet, EdmAssociationSetEnd, EdmComplexType, EdmEntityContainer, EdmEntitySet, EdmEntityType, EdmFunctionImport, EdmNavigationProperty, EdmParameter, EdmProperty, EdmReferentialConstraint, EdmStructuralType

public interface EdmAnnotatable


Method Summary
 EdmAnnotations getAnnotations()
          Get all annotations applied to an EDM element
 

Method Detail

getAnnotations

EdmAnnotations getAnnotations()
                              throws EdmException
Get all annotations applied to an EDM element

Returns:
EdmAnnotations never null
Throws:
EdmException


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