Interface IElementReferenceDS

All Known Implementing Classes:
ReportingElementReferenceDS, XmlElementReferenceDS, XmlElementReferenceDS

public interface IElementReferenceDS
This interface defines the reference to a global element.
Author:
a.pragt
  • Method Details

    • getElement

      QualifiedName getElement()
      This method returns the qualifiedname of the referred element.
      Returns:
      The qualified name of the element, may not be null.
    • getCustomSchemaElement

      String getCustomSchemaElement()
      This method returns the name of the custom schema element.
      Returns:
      The name of the custom schema element, may be null.
    • getParameters

      IParameters getParameters()
      This method returns the parameters for the custom element composer.
      Returns:
      The composer parameters, may be null.