Interface VariationDef


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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()
      Gets the description of the variation.
      java.lang.String getName()
      Gets the (technical) name of the variation.
      java.lang.String getTitle()
      Gets the (human-readable) title of the variation.
    • Method Detail

      • getName

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

        This can be used as an identifier.

        Returns:
        The name of the variation
      • getTitle

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

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