Class i18nStatistic

java.lang.Object
org.jivesoftware.openfire.stats.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
  • Constructor Details

  • Method Details

    • 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.
    • getStatType

      public final Statistic.Type getStatType()
      Description copied from interface: Statistic
      Returns the type of a stat.
      Specified by:
      getStatType in interface Statistic
      Returns:
      the type 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.