public enum TraceEventState extends Enum<TraceEventState>
QApiEnumDescriptor{name=TraceEventState, data=[unavailable, disabled, enabled], fields=null}
Enum Constant and Description |
---|
__UNKNOWN |
disabled |
enabled |
unavailable |
Modifier and Type | Method and Description |
---|---|
String |
getJsonValue() |
static TraceEventState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TraceEventState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TraceEventState unavailable
public static final TraceEventState disabled
public static final TraceEventState enabled
public static final TraceEventState __UNKNOWN
public static TraceEventState[] values()
for (TraceEventState c : TraceEventState.values()) System.out.println(c);
public static TraceEventState 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 getJsonValue()