Interface ODataAnnotatable
-
- All Known Implementing Classes:
ODataNavigationProperty,ODataProperty
public interface ODataAnnotatableAn EDMX schema element that may have OData annotations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<org.apache.olingo.odata2.api.edm.provider.AnnotationAttribute>getAnnotation(java.lang.String name)java.util.Collection<java.lang.String>getAnnotationNames()
-