public enum StatisticsCollectorType extends Enum<StatisticsCollectorType>
| Enum Constant and Description |
|---|
ALL_ROUTES |
PROCESSOR |
ROUTE |
| Modifier and Type | Method and Description |
|---|---|
static StatisticsCollectorType |
fromValue(String value) |
String |
value() |
static StatisticsCollectorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatisticsCollectorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StatisticsCollectorType ROUTE
public static final StatisticsCollectorType PROCESSOR
public static final StatisticsCollectorType ALL_ROUTES
public static StatisticsCollectorType[] values()
for (StatisticsCollectorType c : StatisticsCollectorType.values()) System.out.println(c);
public static StatisticsCollectorType 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 value()
public static StatisticsCollectorType fromValue(String value)
Copyright © 2017 Gareth Healy. All rights reserved.