public static enum OperaLauncherProtos.LauncherStatusResponse.StatusType extends Enum<OperaLauncherProtos.LauncherStatusResponse.StatusType> implements com.google.protobuf.ProtocolMessageEnum
| Modifier and Type | Field and Description |
|---|---|
static int |
CRASHED_VALUE |
static int |
FROZEN_VALUE |
static int |
RUNNING_VALUE |
static int |
STOPPED_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<OperaLauncherProtos.LauncherStatusResponse.StatusType> |
internalGetValueMap() |
static OperaLauncherProtos.LauncherStatusResponse.StatusType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static OperaLauncherProtos.LauncherStatusResponse.StatusType |
valueOf(int value) |
static OperaLauncherProtos.LauncherStatusResponse.StatusType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperaLauncherProtos.LauncherStatusResponse.StatusType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OperaLauncherProtos.LauncherStatusResponse.StatusType RUNNING
public static final OperaLauncherProtos.LauncherStatusResponse.StatusType STOPPED
public static final OperaLauncherProtos.LauncherStatusResponse.StatusType CRASHED
public static final OperaLauncherProtos.LauncherStatusResponse.StatusType FROZEN
public static final int RUNNING_VALUE
public static final int STOPPED_VALUE
public static final int CRASHED_VALUE
public static final int FROZEN_VALUE
public static OperaLauncherProtos.LauncherStatusResponse.StatusType[] values()
for (OperaLauncherProtos.LauncherStatusResponse.StatusType c : OperaLauncherProtos.LauncherStatusResponse.StatusType.values()) System.out.println(c);
public static OperaLauncherProtos.LauncherStatusResponse.StatusType 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 OperaLauncherProtos.LauncherStatusResponse.StatusType valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<OperaLauncherProtos.LauncherStatusResponse.StatusType> 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 OperaLauncherProtos.LauncherStatusResponse.StatusType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2012. All Rights Reserved.