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

Do not implement this interface or derive from class.
EdmAnnotatable can be applied to CSDL elements as described in the Conceptual Schema Definition Language.

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.