public enum AlarmType extends Enum<AlarmType> implements com.google.protobuf.ProtocolMessageEnum
| Enum Constant and Description |
|---|
CORRUPT |
NONE |
NOSPACE |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
CORRUPT_VALUE |
static int |
NONE_VALUE |
static int |
NOSPACE_VALUE |
| Modifier and Type | Method and Description |
|---|---|
static AlarmType |
forNumber(int value) |
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<AlarmType> |
internalGetValueMap() |
static AlarmType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static AlarmType |
valueOf(int value)
Deprecated.
|
static AlarmType |
valueOf(String name) |
static AlarmType[] |
values() |
public static final AlarmType NONE
public static final AlarmType NOSPACE
public static final AlarmType CORRUPT
public static final AlarmType UNRECOGNIZED
public static final int NONE_VALUE
public static final int NOSPACE_VALUE
public static final int CORRUPT_VALUE
public static AlarmType[] values()
public final int getNumber()
@Deprecated public static AlarmType valueOf(int value)
forNumber(int) instead.public static AlarmType forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<AlarmType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static AlarmType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2019. All rights reserved.