public class EdmAnnotationElementImplProv extends Object implements EdmAnnotationElement
| Constructor and Description |
|---|
EdmAnnotationElementImplProv(AnnotationElement element) |
| Modifier and Type | Method and Description |
|---|---|
List<EdmAnnotationAttribute> |
getAttributes() |
List<EdmAnnotationElement> |
getChildElements() |
String |
getName() |
String |
getNamespace() |
String |
getPrefix() |
String |
getText() |
public EdmAnnotationElementImplProv(AnnotationElement element)
public String getName()
getName in interface EdmAnnotationElementpublic String getNamespace()
getNamespace in interface EdmAnnotationElementpublic String getPrefix()
getPrefix in interface EdmAnnotationElementpublic String getText()
getText in interface EdmAnnotationElementpublic List<EdmAnnotationElement> getChildElements()
getChildElements in interface EdmAnnotationElementpublic List<EdmAnnotationAttribute> getAttributes()
getAttributes in interface EdmAnnotationElementCopyright © 2013-2023 The Apache Software Foundation. All Rights Reserved.