Interface VariationDef


public interface VariationDef
Implementors provide some essential definitions of a variation.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the description of the variation.
    Gets the (technical) name of the variation.
    Gets the (human-readable) title of the variation.
  • Method Details

    • getName

      String getName()
      Gets the (technical) name of the variation.

      This can be used as an identifier.

      Returns:
      The name of the variation
    • getTitle

      String getTitle()
      Gets the (human-readable) title of the variation.
      Returns:
      The title of the variation
    • getDescription

      String getDescription()
      Gets the description of the variation.
      Returns:
      The description of the variation