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