Class EdmAnnotationsImplProv
- java.lang.Object
-
- org.apache.olingo.odata2.core.edm.provider.EdmAnnotationsImplProv
-
- All Implemented Interfaces:
EdmAnnotations
public class EdmAnnotationsImplProv extends Object implements EdmAnnotations
-
-
Constructor Summary
Constructors Constructor Description EdmAnnotationsImplProv(List<AnnotationAttribute> annotationAttributes, List<AnnotationElement> annotationElements)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EdmAnnotationAttributegetAnnotationAttribute(String name, String namespace)List<EdmAnnotationAttribute>getAnnotationAttributes()EdmAnnotationElementgetAnnotationElement(String name, String namespace)List<EdmAnnotationElement>getAnnotationElements()
-
-
-
Constructor Detail
-
EdmAnnotationsImplProv
public EdmAnnotationsImplProv(List<AnnotationAttribute> annotationAttributes, List<AnnotationElement> annotationElements)
-
-
Method Detail
-
getAnnotationElements
public List<EdmAnnotationElement> getAnnotationElements()
- Specified by:
getAnnotationElementsin interfaceEdmAnnotations
-
getAnnotationElement
public EdmAnnotationElement getAnnotationElement(String name, String namespace)
- Specified by:
getAnnotationElementin interfaceEdmAnnotations
-
getAnnotationAttributes
public List<EdmAnnotationAttribute> getAnnotationAttributes()
- Specified by:
getAnnotationAttributesin interfaceEdmAnnotations
-
getAnnotationAttribute
public EdmAnnotationAttribute getAnnotationAttribute(String name, String namespace)
- Specified by:
getAnnotationAttributein interfaceEdmAnnotations
-
-