public static enum Messages.AlertSeverity extends Enum<Messages.AlertSeverity> implements com.google.protobuf.ProtocolMessageEnum
| Enum Constant and Description |
|---|
AlertSeverity_Info |
AlertSeverity_Severe |
AlertSeverity_Unknown |
AlertSeverity_Warning |
| Modifier and Type | Field and Description |
|---|---|
static int |
AlertSeverity_Info_VALUE |
static int |
AlertSeverity_Severe_VALUE |
static int |
AlertSeverity_Unknown_VALUE |
static int |
AlertSeverity_Warning_VALUE |
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Messages.AlertSeverity> |
internalGetValueMap() |
static Messages.AlertSeverity |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Messages.AlertSeverity |
valueOf(int value) |
static Messages.AlertSeverity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Messages.AlertSeverity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Messages.AlertSeverity AlertSeverity_Unknown
public static final Messages.AlertSeverity AlertSeverity_Info
public static final Messages.AlertSeverity AlertSeverity_Warning
public static final Messages.AlertSeverity AlertSeverity_Severe
public static final int AlertSeverity_Unknown_VALUE
public static final int AlertSeverity_Info_VALUE
public static final int AlertSeverity_Warning_VALUE
public static final int AlertSeverity_Severe_VALUE
public static Messages.AlertSeverity[] values()
for (Messages.AlertSeverity c : Messages.AlertSeverity.values()) System.out.println(c);
public static Messages.AlertSeverity 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 final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnumpublic static Messages.AlertSeverity valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Messages.AlertSeverity> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Messages.AlertSeverity valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2016 Neeve Research, LLC. All Rights Reserved.