public static enum InternalChannelz.ChannelTrace.Event.Severity extends Enum<InternalChannelz.ChannelTrace.Event.Severity>
Enum Constant and Description |
---|
CT_ERROR |
CT_INFO |
CT_UNKNOWN |
CT_WARNING |
Modifier and Type | Method and Description |
---|---|
static InternalChannelz.ChannelTrace.Event.Severity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InternalChannelz.ChannelTrace.Event.Severity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InternalChannelz.ChannelTrace.Event.Severity CT_UNKNOWN
public static final InternalChannelz.ChannelTrace.Event.Severity CT_INFO
public static final InternalChannelz.ChannelTrace.Event.Severity CT_WARNING
public static final InternalChannelz.ChannelTrace.Event.Severity CT_ERROR
public static InternalChannelz.ChannelTrace.Event.Severity[] values()
for (InternalChannelz.ChannelTrace.Event.Severity c : InternalChannelz.ChannelTrace.Event.Severity.values()) System.out.println(c);
public static InternalChannelz.ChannelTrace.Event.Severity 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 nullCopyright © 2018. All rights reserved.