Class ODataProperty

    • Method Summary

      All Methods Instance Methods Concrete 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()  
      java.util.List<org.apache.olingo.odata2.api.edm.provider.AnnotationAttribute> getAnnotations()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getAnnotation

        public java.util.Optional<org.apache.olingo.odata2.api.edm.provider.AnnotationAttribute> getAnnotation​(java.lang.String name)
        Specified by:
        getAnnotation in interface ODataAnnotatable
      • getAnnotations

        public java.util.List<org.apache.olingo.odata2.api.edm.provider.AnnotationAttribute> getAnnotations()