public static enum RuleAction.Type extends Enum<RuleAction.Type>
RuleAction.type()| Enum Constant and Description |
|---|
FIXED_RESPONSE |
FORWARD |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static RuleAction.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleAction.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RuleAction.Type FIXED_RESPONSE
public static final RuleAction.Type FORWARD
public static final RuleAction.Type UNKNOWN_TO_SDK_VERSION
public static RuleAction.Type[] values()
for (RuleAction.Type c : RuleAction.Type.values()) System.out.println(c);
public static RuleAction.Type 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 nullCopyright © 2023. All rights reserved.