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