Package tigase.stats
Class StatRecord<E extends Number>
- java.lang.Object
-
- tigase.stats.StatRecord<E>
-
public class StatRecord<E extends Number> extends Object
Describe class StatRecord here.
Created: Wed Nov 23 21:28:53 2005- Version:
- $Rev$
- Author:
- Artur Hefczyc
-
-
Constructor Summary
Constructors Constructor Description StatRecord(String comp, String description, int value, Level level)StatRecord(String comp, String description, long value, Level level)StatRecord(String comp, String description, String value, Level level)StatRecord(String comp, StatisticType type, int value, Level level)StatRecord(String comp, StatisticType type, long value, Level level)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<E>getCollection()StringgetComponent()StringgetDescription()intgetIntValue()LevelgetLevel()longgetLongValue()StatisticTypegetType()StringgetValue()StringtoString()
-
-
-
Constructor Detail
-
StatRecord
public StatRecord(String comp, StatisticType type, long value, Level level)
-
StatRecord
public StatRecord(String comp, StatisticType type, int value, Level level)
-
-
Method Detail
-
getDescription
public String getDescription()
-
getValue
public String getValue()
-
getType
public StatisticType getType()
-
getLevel
public Level getLevel()
-
getComponent
public String getComponent()
-
getLongValue
public long getLongValue()
-
getIntValue
public int getIntValue()
-
getCollection
public Collection<E> getCollection()
-
-