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