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