Package org.apache.olingo.odata2.api.edm
Interface EdmAnnotationElement
- All Known Implementing Classes:
EdmAnnotationElementImplProv
public interface EdmAnnotationElement
-
Method Summary
-
Method Details
-
getNamespace
String getNamespace()Get the namespace of the custom element- Returns:
- String
-
getPrefix
String getPrefix()Get the prefix of the custom element- Returns:
- String
-
getName
String getName()Get the name of the custom element- Returns:
- String
-
getText
String getText()Get the XML data of the custom element- Returns:
- String
-
getChildElements
List<EdmAnnotationElement> getChildElements()Get the child elements of the custom element- Returns:
- child elements of this
EdmAnnotationElementor null if no child elements exist
-
getAttributes
List<EdmAnnotationAttribute> getAttributes()Get the attributes of this custom element- Returns:
- the attributes of this
EdmAnnotationElementor null if no attributes exist
-