public interface EdmAnnotationElement
EdmAnnotationElement is a custom XML element which can be applied to a CSDL element.
Modifier and Type | Method and Description |
---|---|
List<AnnotationAttribute> |
getAttributes()
Get the attributes of this custom element
|
List<AnnotationElement> |
getChildElements()
Get the child elements of the custom element
|
String |
getName()
Get the name of the custom element
|
String |
getNamespace()
Get the namespace of the custom element
|
String |
getPrefix()
Get the prefix of the custom element
|
String |
getText()
Get the XML data of the custom element
|
String getNamespace()
String getPrefix()
String getName()
String getText()
List<AnnotationElement> getChildElements()
EdmAnnotationElement
List<AnnotationAttribute> getAttributes()
EdmAnnotationElement
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.