Uses of Interface
org.apache.olingo.odata2.api.edm.EdmAnnotationAttribute
-
Packages that use EdmAnnotationAttribute Package Description org.apache.olingo.odata2.api.edm Entity Data Model APIorg.apache.olingo.odata2.api.edm.provider Entity Data Model Provider API -
-
Uses of EdmAnnotationAttribute in org.apache.olingo.odata2.api.edm
Methods in org.apache.olingo.odata2.api.edm that return EdmAnnotationAttribute Modifier and Type Method Description EdmAnnotationAttributeEdmAnnotations. getAnnotationAttribute(String name, String namespace)Get annotation attribute by full qualified nameMethods in org.apache.olingo.odata2.api.edm that return types with arguments of type EdmAnnotationAttribute Modifier and Type Method Description List<EdmAnnotationAttribute>EdmAnnotations. getAnnotationAttributes()Get all annotation attributes for the CSDL elementList<EdmAnnotationAttribute>EdmAnnotationElement. getAttributes()Get the attributes of this custom element -
Uses of EdmAnnotationAttribute in org.apache.olingo.odata2.api.edm.provider
Classes in org.apache.olingo.odata2.api.edm.provider that implement EdmAnnotationAttribute Modifier and Type Class Description classAnnotationAttributeObjects of this class represent an annotation attribute
-