public static enum RecoveryTargetSelector.RecoverySelectorMode extends Enum<RecoveryTargetSelector.RecoverySelectorMode>
| Enum Constant and Description |
|---|
FIRSTLIVESELECT |
HOSTSELECT |
SIMPLESELECT |
| Modifier and Type | Method and Description |
|---|---|
static RecoveryTargetSelector.RecoverySelectorMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecoveryTargetSelector.RecoverySelectorMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RecoveryTargetSelector.RecoverySelectorMode SIMPLESELECT
public static final RecoveryTargetSelector.RecoverySelectorMode HOSTSELECT
public static final RecoveryTargetSelector.RecoverySelectorMode FIRSTLIVESELECT
public static RecoveryTargetSelector.RecoverySelectorMode[] values()
for (RecoveryTargetSelector.RecoverySelectorMode c : RecoveryTargetSelector.RecoverySelectorMode.values()) System.out.println(c);
public static RecoveryTargetSelector.RecoverySelectorMode 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 © 2017–2020 Eclipse Foundation. All rights reserved.