Uses of Class
tigase.stats.StatisticType

Packages that use StatisticType
tigase.stats   
 

Uses of StatisticType in tigase.stats
 

Methods in tigase.stats that return StatisticType
 StatisticType StatRecord.getType()
           
static StatisticType StatisticType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StatisticType[] StatisticType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in tigase.stats with parameters of type StatisticType
StatRecord(String comp, StatisticType type, int value, Level level)
           
StatRecord(String comp, StatisticType type, long value, Level level)
           
 



Copyright © 2001-2006 Tigase Developers Team. All rights Reserved.