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)
Get annotation attribute by full qualified name
|
List<EdmAnnotationAttribute> |
getAnnotationAttributes()
Get all annotation attributes for the CSDL element
|
EdmAnnotationElement |
getAnnotationElement(String name,
String namespace)
Get annotation element by full qualified name
|
List<EdmAnnotationElement> |
getAnnotationElements()
Get all annotation elements for the CSDL element
|
public EdmAnnotationsImplProv(List<AnnotationAttribute> annotationAttributes, List<AnnotationElement> annotationElements)
public List<EdmAnnotationElement> getAnnotationElements()
EdmAnnotationsgetAnnotationElements in interface EdmAnnotationsEdmAnnotationElement or null if no elements existpublic EdmAnnotationElement getAnnotationElement(String name, String namespace)
EdmAnnotationsgetAnnotationElement in interface EdmAnnotationsEdmAnnotationElement or null if no element is found for this namepublic List<EdmAnnotationAttribute> getAnnotationAttributes()
EdmAnnotationsgetAnnotationAttributes in interface EdmAnnotationsEdmAnnotationAttribute or null if no attributes existpublic EdmAnnotationAttribute getAnnotationAttribute(String name, String namespace)
EdmAnnotationsgetAnnotationAttribute in interface EdmAnnotationsEdmAnnotationAttribute or null if no attribute is found for this nameCopyright © 2020. All rights reserved.