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