public enum DecisionTypeV2 extends Enum<DecisionTypeV2>
| Modifier and Type | Method and Description |
|---|---|
long |
getValue() |
static DecisionTypeV2 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DecisionTypeV2[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DecisionTypeV2 PASS
public static final DecisionTypeV2 BLOCK
public static final DecisionTypeV2 MARK
public static final DecisionTypeV2 REPLACE
public static final DecisionTypeV2 OPTIMIZE
public static DecisionTypeV2[] values()
for (DecisionTypeV2 c : DecisionTypeV2.values()) System.out.println(c);
public static DecisionTypeV2 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 nullpublic long getValue()
Copyright © 2025. All rights reserved.