public static enum Condition.ReasonsCase extends Enum<Condition.ReasonsCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
EXECUTION_REASON |
REASON |
REASONS_NOT_SET |
REVISION_REASON |
| Modifier and Type | Method and Description |
|---|---|
static Condition.ReasonsCase |
forNumber(int value) |
int |
getNumber() |
static Condition.ReasonsCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Condition.ReasonsCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Condition.ReasonsCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Condition.ReasonsCase REASON
public static final Condition.ReasonsCase REVISION_REASON
public static final Condition.ReasonsCase EXECUTION_REASON
public static final Condition.ReasonsCase REASONS_NOT_SET
public static Condition.ReasonsCase[] values()
for (Condition.ReasonsCase c : Condition.ReasonsCase.values()) System.out.println(c);
public static Condition.ReasonsCase 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 Condition.ReasonsCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static Condition.ReasonsCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2025 Google LLC. All rights reserved.