Class i18nStatistic

  • All Implemented Interfaces:
    Statistic

    public abstract class i18nStatistic
    extends Object
    implements Statistic
    A convience class to build statistic parameters out of a resource bundle.
    Author:
    Alexander Wenckus
    • Method Detail

      • getName

        public final String getName()
        Description copied from interface: Statistic
        Returns the name of a stat.
        Specified by:
        getName in interface Statistic
        Returns:
        the name of a stat.
      • getDescription

        public final String getDescription()
        Description copied from interface: Statistic
        Returns a description of the stat.
        Specified by:
        getDescription in interface Statistic
        Returns:
        a description of the stat.
      • getUnits

        public final String getUnits()
        Description copied from interface: Statistic
        Returns the units that relate to the stat.
        Specified by:
        getUnits in interface Statistic
        Returns:
        the name of the units that relate to the stat.