Uses of Interface
org.apache.olingo.odata2.api.edm.EdmAnnotationElement
-
Packages that use EdmAnnotationElement Package Description org.apache.olingo.odata2.api.edm Entity Data Model API -
-
Uses of EdmAnnotationElement in org.apache.olingo.odata2.api.edm
Methods in org.apache.olingo.odata2.api.edm that return EdmAnnotationElement Modifier and Type Method Description EdmAnnotationElementEdmAnnotations. getAnnotationElement(String name, String namespace)Get annotation element by full qualified nameMethods in org.apache.olingo.odata2.api.edm that return types with arguments of type EdmAnnotationElement Modifier and Type Method Description List<EdmAnnotationElement>EdmAnnotations. getAnnotationElements()Get all annotation elements for the CSDL elementList<EdmAnnotationElement>EdmAnnotationElement. getChildElements()Get the child elements of the custom element
-