public static enum ShadowSummaryApplier.ApplicationGate extends Enum<ShadowSummaryApplier.ApplicationGate>
| Enum Constant and Description |
|---|
OBSERVATION_ONLY
Candidate edge for evaluation; not authorized for merging.
|
REPLACEMENT_ELIGIBLE
Reserved for a future exhaustively-preflighted projection path.
|
| Modifier and Type | Method and Description |
|---|---|
static ShadowSummaryApplier.ApplicationGate |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShadowSummaryApplier.ApplicationGate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShadowSummaryApplier.ApplicationGate REPLACEMENT_ELIGIBLE
public static final ShadowSummaryApplier.ApplicationGate OBSERVATION_ONLY
public static ShadowSummaryApplier.ApplicationGate[] values()
for (ShadowSummaryApplier.ApplicationGate c : ShadowSummaryApplier.ApplicationGate.values()) System.out.println(c);
public static ShadowSummaryApplier.ApplicationGate 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