Class EdmAnnotationsImplProv
java.lang.Object
org.apache.olingo.odata2.core.edm.provider.EdmAnnotationsImplProv
- All Implemented Interfaces:
EdmAnnotations
-
Constructor Summary
ConstructorsConstructorDescriptionEdmAnnotationsImplProv(List<AnnotationAttribute> annotationAttributes, List<AnnotationElement> annotationElements) -
Method Summary
Modifier and TypeMethodDescriptiongetAnnotationAttribute(String name, String namespace) getAnnotationElement(String name, String namespace)
-
Constructor Details
-
EdmAnnotationsImplProv
public EdmAnnotationsImplProv(List<AnnotationAttribute> annotationAttributes, List<AnnotationElement> annotationElements)
-
-
Method Details
-
getAnnotationElements
- Specified by:
getAnnotationElementsin interfaceEdmAnnotations
-
getAnnotationElement
- Specified by:
getAnnotationElementin interfaceEdmAnnotations
-
getAnnotationAttributes
- Specified by:
getAnnotationAttributesin interfaceEdmAnnotations
-
getAnnotationAttribute
- Specified by:
getAnnotationAttributein interfaceEdmAnnotations
-