Interface EdmAnnotationElement


  • public interface EdmAnnotationElement
    @org.apache.olingo.odata2.DoNotImplement A CSDL AnnotationElement element

    EdmAnnotationElement is a custom XML element which can be applied to a CSDL element.

    • Method Detail

      • 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