public class EdmAnnotationsImplProv extends Object implements EdmAnnotations
| Constructor and Description |
|---|
EdmAnnotationsImplProv(List<AnnotationAttribute> annotationAttributes,
List<AnnotationElement> annotationElements) |
| Modifier and Type | Method and Description |
|---|---|
EdmAnnotationAttribute |
getAnnotationAttribute(String name,
String namespace) |
List<EdmAnnotationAttribute> |
getAnnotationAttributes() |
EdmAnnotationElement |
getAnnotationElement(String name,
String namespace) |
List<EdmAnnotationElement> |
getAnnotationElements() |
public EdmAnnotationsImplProv(List<AnnotationAttribute> annotationAttributes, List<AnnotationElement> annotationElements)
public List<EdmAnnotationElement> getAnnotationElements()
getAnnotationElements in interface EdmAnnotationspublic EdmAnnotationElement getAnnotationElement(String name, String namespace)
getAnnotationElement in interface EdmAnnotationspublic List<EdmAnnotationAttribute> getAnnotationAttributes()
getAnnotationAttributes in interface EdmAnnotationspublic EdmAnnotationAttribute getAnnotationAttribute(String name, String namespace)
getAnnotationAttribute in interface EdmAnnotationsCopyright © 2013-2023 The Apache Software Foundation. All Rights Reserved.