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