public enum StatisticType extends Enum<StatisticType>
Enum Constant and Description |
---|
IN_QUEUE_OVERFLOW |
MAX_QUEUE_SIZE |
MSG_RECEIVED_OK |
MSG_SENT_OK |
OTHER |
OUT_QUEUE_OVERFLOW |
QUEUE_WAITING |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
static StatisticType |
valueOf(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.
|
public static final StatisticType QUEUE_WAITING
public static final StatisticType MAX_QUEUE_SIZE
public static final StatisticType MSG_RECEIVED_OK
public static final StatisticType MSG_SENT_OK
public static final StatisticType IN_QUEUE_OVERFLOW
public static final StatisticType OUT_QUEUE_OVERFLOW
public static final StatisticType OTHER
public static StatisticType[] values()
for (StatisticType c : StatisticType.values()) System.out.println(c);
public static StatisticType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getDescription()
Copyright © 2018 "Tigase, Inc.". All rights reserved.