Uses of Class
org.jivesoftware.openfire.stats.Statistic.Type
-
Packages that use Statistic.Type Package Description org.jivesoftware.openfire.stats -
-
Uses of Statistic.Type in org.jivesoftware.openfire.stats
Methods in org.jivesoftware.openfire.stats that return Statistic.Type Modifier and Type Method Description Statistic.Type
i18nStatistic. getStatType()
Statistic.Type
Statistic. getStatType()
Returns the type of a stat.static Statistic.Type
Statistic.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static Statistic.Type[]
Statistic.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jivesoftware.openfire.stats with parameters of type Statistic.Type Constructor Description i18nStatistic(String resourceKey, String pluginName, Statistic.Type statisticType)
i18nStatistic(String resourceKey, Statistic.Type statisticType)
-