Interface IDocument

All Superinterfaces:
ICompositeElement, IElement, Serializable
All Known Implementing Classes:
Document

public interface IDocument extends ICompositeElement
This interface defines the root element of a runtime document.
Since:
7.0
Author:
Jon van Leuven
  • Method Details

    • getDescription

      String getDescription()
      This method returns the description of the document.
      Returns:
      the description of the document, may be null.