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