Interface ICustomCalculationDescriptor.ICalculatorDefinition

Enclosing interface:
ICustomCalculationDescriptor

public static interface ICustomCalculationDescriptor.ICalculatorDefinition
Calculator definition.
Version:
$Revision$ $Date$
Author:
Stepan Roh, Polarion Software
  • Method Details

    • getGroupId

      String getGroupId()
      Calculator's group id.

      Comes from getPluginDefinition()'s element <groupId>.

      Returns:
      group id or null
    • getArtifactId

      String getArtifactId()
      Calculator's artifact id.

      Comes from getPluginDefinition()'s element <artifactId>.

      Returns:
      artifact id (not null)
    • getPluginDefinition

      Element getPluginDefinition()
      Plugin definition.

      This is the <plugin< element.

      Returns:
      <plugin> element (not null)