public static enum ReefServiceProtos.ProcessType extends Enum<ReefServiceProtos.ProcessType> implements com.google.protobuf.ProtocolMessageEnum
ProcessType| Modifier and Type | Field and Description |
|---|---|
static int |
CLR_VALUE
CLR = 1; |
static int |
JVM_VALUE
JVM = 0; |
| 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<ReefServiceProtos.ProcessType> |
internalGetValueMap() |
static ReefServiceProtos.ProcessType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ReefServiceProtos.ProcessType |
valueOf(int value) |
static ReefServiceProtos.ProcessType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReefServiceProtos.ProcessType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReefServiceProtos.ProcessType JVM
JVM = 0;public static final ReefServiceProtos.ProcessType CLR
CLR = 1;public static final int JVM_VALUE
JVM = 0;public static final int CLR_VALUE
CLR = 1;public static ReefServiceProtos.ProcessType[] values()
for (ReefServiceProtos.ProcessType c : ReefServiceProtos.ProcessType.values()) System.out.println(c);
public static ReefServiceProtos.ProcessType 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 ReefServiceProtos.ProcessType valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<ReefServiceProtos.ProcessType> 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 ReefServiceProtos.ProcessType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2015 The Apache Software Foundation. All rights reserved.