public static enum EcmascriptProtos.Value.Type extends Enum<EcmascriptProtos.Value.Type> implements com.google.protobuf.ProtocolMessageEnum
| Enum Constant and Description |
|---|
FALSE |
MINUS_INFINITY |
NAN |
NULL |
NUMBER |
OBJECT |
PLUS_INFINITY |
STRING |
TRUE |
UNDEFINED |
| Modifier and Type | Field and Description |
|---|---|
static int |
FALSE_VALUE |
static int |
MINUS_INFINITY_VALUE |
static int |
NAN_VALUE |
static int |
NULL_VALUE |
static int |
NUMBER_VALUE |
static int |
OBJECT_VALUE |
static int |
PLUS_INFINITY_VALUE |
static int |
STRING_VALUE |
static int |
TRUE_VALUE |
static int |
UNDEFINED_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.Value.Type> |
internalGetValueMap() |
static EcmascriptProtos.Value.Type |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static EcmascriptProtos.Value.Type |
valueOf(int value) |
static EcmascriptProtos.Value.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EcmascriptProtos.Value.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EcmascriptProtos.Value.Type UNDEFINED
public static final EcmascriptProtos.Value.Type NULL
public static final EcmascriptProtos.Value.Type TRUE
public static final EcmascriptProtos.Value.Type FALSE
public static final EcmascriptProtos.Value.Type NAN
public static final EcmascriptProtos.Value.Type PLUS_INFINITY
public static final EcmascriptProtos.Value.Type MINUS_INFINITY
public static final EcmascriptProtos.Value.Type NUMBER
public static final EcmascriptProtos.Value.Type STRING
public static final EcmascriptProtos.Value.Type OBJECT
public static final int UNDEFINED_VALUE
public static final int NULL_VALUE
public static final int TRUE_VALUE
public static final int FALSE_VALUE
public static final int NAN_VALUE
public static final int PLUS_INFINITY_VALUE
public static final int MINUS_INFINITY_VALUE
public static final int NUMBER_VALUE
public static final int STRING_VALUE
public static final int OBJECT_VALUE
public static EcmascriptProtos.Value.Type[] values()
for (EcmascriptProtos.Value.Type c : EcmascriptProtos.Value.Type.values()) System.out.println(c);
public static EcmascriptProtos.Value.Type 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.Value.Type valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<EcmascriptProtos.Value.Type> 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.Value.Type valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2013. All Rights Reserved.