public static enum SrvController.StatsRunner.Apps.EntityType extends Enum<SrvController.StatsRunner.Apps.EntityType>
| Enum Constant and Description |
|---|
BusBinding |
Engine |
EventMultiplexer |
StoreBinding |
StoreBindingICRSender |
StoreBindingPersister |
UserStat |
| Modifier and Type | Method and Description |
|---|---|
static SrvController.StatsRunner.Apps.EntityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SrvController.StatsRunner.Apps.EntityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SrvController.StatsRunner.Apps.EntityType Engine
public static final SrvController.StatsRunner.Apps.EntityType UserStat
public static final SrvController.StatsRunner.Apps.EntityType EventMultiplexer
public static final SrvController.StatsRunner.Apps.EntityType StoreBinding
public static final SrvController.StatsRunner.Apps.EntityType StoreBindingPersister
public static final SrvController.StatsRunner.Apps.EntityType StoreBindingICRSender
public static final SrvController.StatsRunner.Apps.EntityType BusBinding
public static SrvController.StatsRunner.Apps.EntityType[] values()
for (SrvController.StatsRunner.Apps.EntityType c : SrvController.StatsRunner.Apps.EntityType.values()) System.out.println(c);
public static SrvController.StatsRunner.Apps.EntityType 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 nullCopyright © 2019 Neeve Research, LLC. All Rights Reserved.