Interface ODataAnnotatable
- All Known Implementing Classes:
ODataNavigationProperty,ODataProperty
public interface ODataAnnotatable
An EDMX schema element that may have OData annotations.
-
Method Summary
Modifier and TypeMethodDescriptionOptional<org.apache.olingo.odata2.api.edm.provider.AnnotationAttribute>getAnnotation(String name)
-
Method Details
-
getAnnotationNames
Collection<String> getAnnotationNames() -
getAnnotation
-