public interface EdmAnnotations
Modifier and Type | Method and Description |
---|---|
EdmAnnotationAttribute |
getAnnotationAttribute(String name,
String namespace)
Get annotation attribute by full qualified name
|
List<? extends EdmAnnotationAttribute> |
getAnnotationAttributes()
Get all annotation attributes for the CSDL element
|
EdmAnnotationElement |
getAnnotationElement(String name,
String namespace)
Get annotation element by full qualified name
|
List<? extends EdmAnnotationElement> |
getAnnotationElements()
Get all annotation elements for the CSDL element
|
List<? extends EdmAnnotationElement> getAnnotationElements()
EdmAnnotationElement
EdmAnnotationElement getAnnotationElement(String name, String namespace)
name
- namespace
- List<? extends EdmAnnotationAttribute> getAnnotationAttributes()
EdmAnnotationAttribute
EdmAnnotationAttribute getAnnotationAttribute(String name, String namespace)
name
- namespace
- Copyright © 2013 The Apache Software Foundation. All Rights Reserved.