Uses of Class
org.apache.olingo.commons.api.edmx.EdmxReferenceIncludeAnnotation
Packages that use EdmxReferenceIncludeAnnotation
-
Uses of EdmxReferenceIncludeAnnotation in org.apache.olingo.commons.api.edmx
Methods in org.apache.olingo.commons.api.edmx that return EdmxReferenceIncludeAnnotationModifier and TypeMethodDescriptionEdmxReferenceIncludeAnnotation.setQualifier
(String qualifier) Set qualifier for this include annotation.EdmxReferenceIncludeAnnotation.setTargetNamespace
(String targetNamespace) Set target namespace for this include annotation.Methods in org.apache.olingo.commons.api.edmx that return types with arguments of type EdmxReferenceIncludeAnnotationModifier and TypeMethodDescriptionEdmxReference.getIncludeAnnotations()
edmx:IncludeAnnotations elements that specify the annotations to include from the target document.Methods in org.apache.olingo.commons.api.edmx with parameters of type EdmxReferenceIncludeAnnotationModifier and TypeMethodDescriptionEdmxReference.addIncludeAnnotation
(EdmxReferenceIncludeAnnotation includeAnnotation) Add include annotation element to current list.