Interface IElementDefinition


public interface IElementDefinition
Interface for database elements that may be specialized. All elements from the database may be identified by either their unique name or GUID.
Since:
5.0
Author:
O. Kerpershoek
  • Method Summary

    Modifier and Type
    Method
    Description
    This method returns the unique GUID of the element.
    This method returns the unique name of the element.
  • Method Details

    • getGuid

      GUID getGuid()
      This method returns the unique GUID of the element.
      Returns:
      The unique GUID of the element.
    • getName

      String getName()
      This method returns the unique name of the element.
      Returns:
      The unique name of the element.