public static enum OtsDelivery.TaskSyncStat.TaskSyncPhase extends Enum<OtsDelivery.TaskSyncStat.TaskSyncPhase> implements com.google.protobuf.ProtocolMessageEnum
| Modifier and Type | Field and Description |
|---|---|
static int |
FULL_VALUE |
static int |
INCR_VALUE |
static int |
INIT_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<OtsDelivery.TaskSyncStat.TaskSyncPhase> |
internalGetValueMap() |
static OtsDelivery.TaskSyncStat.TaskSyncPhase |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static OtsDelivery.TaskSyncStat.TaskSyncPhase |
valueOf(int value) |
static OtsDelivery.TaskSyncStat.TaskSyncPhase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OtsDelivery.TaskSyncStat.TaskSyncPhase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OtsDelivery.TaskSyncStat.TaskSyncPhase INIT
public static final OtsDelivery.TaskSyncStat.TaskSyncPhase FULL
public static final OtsDelivery.TaskSyncStat.TaskSyncPhase INCR
public static final int INIT_VALUE
public static final int FULL_VALUE
public static final int INCR_VALUE
public static OtsDelivery.TaskSyncStat.TaskSyncPhase[] values()
for (OtsDelivery.TaskSyncStat.TaskSyncPhase c : OtsDelivery.TaskSyncStat.TaskSyncPhase.values()) System.out.println(c);
public static OtsDelivery.TaskSyncStat.TaskSyncPhase 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 OtsDelivery.TaskSyncStat.TaskSyncPhase valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<OtsDelivery.TaskSyncStat.TaskSyncPhase> 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 OtsDelivery.TaskSyncStat.TaskSyncPhase valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024. All Rights Reserved.