public static enum IStatistic.Groups extends Enum<IStatistic.Groups>
| Enum Constant and Description |
|---|
Concurrent |
Network |
Peer |
PeerFSM |
ScheduledExecService |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
static IStatistic.Groups |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IStatistic.Groups[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IStatistic.Groups Peer
public static final IStatistic.Groups PeerFSM
public static final IStatistic.Groups Network
public static final IStatistic.Groups Concurrent
public static final IStatistic.Groups ScheduledExecService
public static IStatistic.Groups[] values()
for (IStatistic.Groups c : IStatistic.Groups.values()) System.out.println(c);
public static IStatistic.Groups 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 © 2016. All Rights Reserved.