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@org.apache.olingo.odata2.DoNotImplement EdmAnnotatable can be applied to CSDL elements as described in the Conceptual Schema Definition Language.
-
-
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- Caso ocorra uma exceção EDM
-
-