public static enum AylaSetupMetric.MetricType extends java.lang.Enum<AylaSetupMetric.MetricType>
Enum Constant and Description |
---|
SETUP_FAILURE |
SETUP_SUCCESS |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
stringValue() |
static AylaSetupMetric.MetricType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AylaSetupMetric.MetricType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AylaSetupMetric.MetricType SETUP_SUCCESS
public static final AylaSetupMetric.MetricType SETUP_FAILURE
public static AylaSetupMetric.MetricType[] values()
for (AylaSetupMetric.MetricType c : AylaSetupMetric.MetricType.values()) System.out.println(c);
public static AylaSetupMetric.MetricType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String stringValue()