public static enum CommandsOuterClass.Commands.DeduplicationPeriodCase extends java.lang.Enum<CommandsOuterClass.Commands.DeduplicationPeriodCase> implements com.google.protobuf.Internal.EnumLite
Enum Constant and Description |
---|
DEDUPLICATION_DURATION |
DEDUPLICATION_TIME
Deprecated.
|
DEDUPLICATIONPERIOD_NOT_SET |
Modifier and Type | Method and Description |
---|---|
static CommandsOuterClass.Commands.DeduplicationPeriodCase |
forNumber(int value) |
int |
getNumber() |
static CommandsOuterClass.Commands.DeduplicationPeriodCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CommandsOuterClass.Commands.DeduplicationPeriodCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CommandsOuterClass.Commands.DeduplicationPeriodCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Deprecated public static final CommandsOuterClass.Commands.DeduplicationPeriodCase DEDUPLICATION_TIME
public static final CommandsOuterClass.Commands.DeduplicationPeriodCase DEDUPLICATION_DURATION
public static final CommandsOuterClass.Commands.DeduplicationPeriodCase DEDUPLICATIONPERIOD_NOT_SET
public static CommandsOuterClass.Commands.DeduplicationPeriodCase[] values()
for (CommandsOuterClass.Commands.DeduplicationPeriodCase c : CommandsOuterClass.Commands.DeduplicationPeriodCase.values()) System.out.println(c);
public static CommandsOuterClass.Commands.DeduplicationPeriodCase valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null@Deprecated public static CommandsOuterClass.Commands.DeduplicationPeriodCase valueOf(int value)
forNumber(int)
instead.value
- The number of the enum to look for.public static CommandsOuterClass.Commands.DeduplicationPeriodCase forNumber(int value)
public int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite