public static enum ProceduralLineageOptions.Mode extends Enum<ProceduralLineageOptions.Mode>
| Enum Constant and Description |
|---|
ENHANCED
Compute the enhanced candidate pipeline; publication remains
observation-only until the application gate is proven.
|
LEGACY
Do not extract or consult routine summaries.
|
SHADOW
Compute summaries in an isolated side model; apply nothing.
|
| Modifier and Type | Method and Description |
|---|---|
static ProceduralLineageOptions.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProceduralLineageOptions.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProceduralLineageOptions.Mode LEGACY
public static final ProceduralLineageOptions.Mode SHADOW
public static final ProceduralLineageOptions.Mode ENHANCED
public static ProceduralLineageOptions.Mode[] values()
for (ProceduralLineageOptions.Mode c : ProceduralLineageOptions.Mode.values()) System.out.println(c);
public static ProceduralLineageOptions.Mode 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