tigase.stats
Enum StatisticType

java.lang.Object
  extended by java.lang.Enum<StatisticType>
      extended by tigase.stats.StatisticType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<StatisticType>

public enum StatisticType
extends java.lang.Enum<StatisticType>

Describe class StatisticType here. Created: Wed Nov 23 21:20:20 2005

Version:
$Rev: 630 $
Author:
Artur Hefczyc

Enum Constant Summary
LIST
           
MSG_RECEIVED_OK
           
OTHER
           
QUEUE_OVERFLOW
           
QUEUE_SIZE
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getUnit()
           
static StatisticType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StatisticType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

QUEUE_SIZE

public static final StatisticType QUEUE_SIZE

MSG_RECEIVED_OK

public static final StatisticType MSG_RECEIVED_OK

QUEUE_OVERFLOW

public static final StatisticType QUEUE_OVERFLOW

LIST

public static final StatisticType LIST

OTHER

public static final StatisticType OTHER
Method Detail

values

public static StatisticType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (StatisticType c : StatisticType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static StatisticType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getDescription

public java.lang.String getDescription()

getUnit

public java.lang.String getUnit()


Copyright © 2008 Tigase. All Rights Reserved.