Interface IElementReference

All Superinterfaces:
Serializable
All Known Implementing Classes:
ElementReference

public interface IElementReference extends Serializable
Element Reference interface.
Since:
9.0
Author:
A.Pragt
  • Method Details

    • getElementName

      QualifiedName getElementName()
      Returns the name of the element.
      Returns:
      The name of the elements, not null.
    • getCustomSchemaElement

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

      IParameters getParameters()
      This method returns the parameters for the custom schema element.
      Returns:
      The parameters for the custom schema element, may be null if no custom schema element is used.