public enum MetricsMode extends java.lang.Enum<MetricsMode>
| Enum Constant and Description |
|---|
ERROR_FREE |
ERROR_PRONE |
| Modifier and Type | Method and Description |
|---|---|
static MetricsMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MetricsMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetricsMode ERROR_PRONE
public static final MetricsMode ERROR_FREE
public static MetricsMode[] values()
for (MetricsMode c : MetricsMode.values()) System.out.println(c);
public static MetricsMode 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 null