Uses of Enum Class
tigase.stats.StatisticType
Packages that use StatisticType
-
Uses of StatisticType in tigase.stats
Methods in tigase.stats that return StatisticTypeModifier and TypeMethodDescriptionStatRecord.getType()
Deprecated.static StatisticType
Returns the enum constant of this class with the specified name.static StatisticType[]
StatisticType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in tigase.stats with parameters of type StatisticTypeModifierConstructorDescriptionStatRecord
(String comp, StatisticType type, int value, Level level) Deprecated.StatRecord
(String comp, StatisticType type, long value, Level level) Deprecated.