Interface ODataAnnotatable

All Known Implementing Classes:
ODataNavigationProperty, ODataProperty

public interface ODataAnnotatable
An EDMX schema element that may have OData annotations.
  • Method Details

    • getAnnotationNames

      Collection<String> getAnnotationNames()
    • getAnnotation

      Optional<org.apache.olingo.odata2.api.edm.provider.AnnotationAttribute> getAnnotation(String name)