Interface ItoDefinition


public interface ItoDefinition
ITO definition defines an information takeoff. The takeoff can then be calculated based on the choices made in the definition.
Since:
9.12.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the description of the definition.
    Returns the name of the definition.
    Returns the unique identifier of the definition.
  • Method Details

    • getUniqueId

      UUID getUniqueId()
      Returns the unique identifier of the definition. This is not modifiable.
      Returns:
      the unique identifier
      Since:
      9.12.0
    • getName

      String getName()
      Returns the name of the definition.
      Returns:
      the name
      Since:
      9.12.0
    • getDescription

      String getDescription()
      Returns the description of the definition.
      Returns:
      the description
      Since:
      9.12.0