Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EdmAnnotationsgetAnnotations()Get all annotations applied to an EDM element
-
-
-
Method Detail
-
getAnnotations
EdmAnnotations getAnnotations() throws EdmException
Get all annotations applied to an EDM element- Returns:
EdmAnnotationsnever null- Throws:
EdmException
-
-