public class EdmAnnotationElementImplProv extends Object implements EdmAnnotationElement
| Constructor and Description |
|---|
EdmAnnotationElementImplProv(AnnotationElement element) |
| Modifier and Type | Method and Description |
|---|---|
List<EdmAnnotationAttribute> |
getAttributes()
Get the attributes of this custom element
|
List<EdmAnnotationElement> |
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
|
public EdmAnnotationElementImplProv(AnnotationElement element)
public String getName()
EdmAnnotationElementgetName in interface EdmAnnotationElementpublic String getNamespace()
EdmAnnotationElementgetNamespace in interface EdmAnnotationElementpublic String getPrefix()
EdmAnnotationElementgetPrefix in interface EdmAnnotationElementpublic String getText()
EdmAnnotationElementgetText in interface EdmAnnotationElementpublic List<EdmAnnotationElement> getChildElements()
EdmAnnotationElementgetChildElements in interface EdmAnnotationElementEdmAnnotationElement or null if no child elements existpublic List<EdmAnnotationAttribute> getAttributes()
EdmAnnotationElementgetAttributes in interface EdmAnnotationElementEdmAnnotationElement or null if no attributes existCopyright © 2020. All rights reserved.