public static enum SelftestProtos.RunStatus.RunTestStatus extends Enum<SelftestProtos.RunStatus.RunTestStatus> implements com.google.protobuf.ProtocolMessageEnum
| Enum Constant and Description |
|---|
NOT_AVAILABLE |
RUNNING |
| Modifier and Type | Field and Description |
|---|---|
static int |
NOT_AVAILABLE_VALUE |
static int |
RUNNING_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<SelftestProtos.RunStatus.RunTestStatus> |
internalGetValueMap() |
static SelftestProtos.RunStatus.RunTestStatus |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SelftestProtos.RunStatus.RunTestStatus |
valueOf(int value) |
static SelftestProtos.RunStatus.RunTestStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SelftestProtos.RunStatus.RunTestStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SelftestProtos.RunStatus.RunTestStatus RUNNING
public static final SelftestProtos.RunStatus.RunTestStatus NOT_AVAILABLE
public static final int RUNNING_VALUE
public static final int NOT_AVAILABLE_VALUE
public static SelftestProtos.RunStatus.RunTestStatus[] values()
for (SelftestProtos.RunStatus.RunTestStatus c : SelftestProtos.RunStatus.RunTestStatus.values()) System.out.println(c);
public static SelftestProtos.RunStatus.RunTestStatus 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 SelftestProtos.RunStatus.RunTestStatus valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<SelftestProtos.RunStatus.RunTestStatus> 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 SelftestProtos.RunStatus.RunTestStatus valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2013. All Rights Reserved.