public static enum Fault.FaultDelay.FaultDelaySecifierCase extends Enum<Fault.FaultDelay.FaultDelaySecifierCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
FAULTDELAYSECIFIER_NOT_SET |
FIXED_DELAY |
| Modifier and Type | Method and Description |
|---|---|
static Fault.FaultDelay.FaultDelaySecifierCase |
forNumber(int value) |
int |
getNumber() |
static Fault.FaultDelay.FaultDelaySecifierCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Fault.FaultDelay.FaultDelaySecifierCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Fault.FaultDelay.FaultDelaySecifierCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Fault.FaultDelay.FaultDelaySecifierCase FIXED_DELAY
public static final Fault.FaultDelay.FaultDelaySecifierCase FAULTDELAYSECIFIER_NOT_SET
public static Fault.FaultDelay.FaultDelaySecifierCase[] values()
for (Fault.FaultDelay.FaultDelaySecifierCase c : Fault.FaultDelay.FaultDelaySecifierCase.values()) System.out.println(c);
public static Fault.FaultDelay.FaultDelaySecifierCase 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 null@Deprecated public static Fault.FaultDelay.FaultDelaySecifierCase valueOf(int value)
forNumber(int) instead.public static Fault.FaultDelay.FaultDelaySecifierCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2018 The Envoy Project. All rights reserved.