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
Author:
Artur Hefczyc
  • Constructor Details

  • Method Details

    • 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()
    • toString

      public String toString()
      Overrides:
      toString in class Object