public static enum UpgradeXGAPP.UpgradePath.UpgradeStrategy extends Enum<UpgradeXGAPP.UpgradePath.UpgradeStrategy>
Enum Constant and Description |
---|
PLUGIN_ONLY |
SKIP |
UPGRADE |
Modifier and Type | Field and Description |
---|---|
String |
label |
String |
tooltip |
boolean |
upgradePlugin |
boolean |
upgradeResources |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static UpgradeXGAPP.UpgradePath.UpgradeStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpgradeXGAPP.UpgradePath.UpgradeStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpgradeXGAPP.UpgradePath.UpgradeStrategy UPGRADE
public static final UpgradeXGAPP.UpgradePath.UpgradeStrategy PLUGIN_ONLY
public static final UpgradeXGAPP.UpgradePath.UpgradeStrategy SKIP
public final String label
public final String tooltip
public final boolean upgradePlugin
public final boolean upgradeResources
public static UpgradeXGAPP.UpgradePath.UpgradeStrategy[] values()
for (UpgradeXGAPP.UpgradePath.UpgradeStrategy c : UpgradeXGAPP.UpgradePath.UpgradeStrategy.values()) System.out.println(c);
public static UpgradeXGAPP.UpgradePath.UpgradeStrategy 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 String toString()
toString
in class Enum<UpgradeXGAPP.UpgradePath.UpgradeStrategy>
Copyright © 2024 GATE. All rights reserved.