Interface EdmAnnotationElement

All Known Implementing Classes:
EdmAnnotationElementImplProv

public interface EdmAnnotationElement
  • 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 EdmAnnotationElement or null if no child elements exist
    • getAttributes

      List<EdmAnnotationAttribute> getAttributes()
      Get the attributes of this custom element
      Returns:
      the attributes of this EdmAnnotationElement or null if no attributes exist