public static enum SettingsPane.SettingType extends Enum<SettingsPane.SettingType>
| Enum Constant and Description |
|---|
JDK_INSTALLATION |
NB_INSTALLATION |
| Modifier and Type | Method and Description |
|---|---|
static SettingsPane.SettingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SettingsPane.SettingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SettingsPane.SettingType NB_INSTALLATION
public static final SettingsPane.SettingType JDK_INSTALLATION
public static SettingsPane.SettingType[] values()
for (SettingsPane.SettingType c : SettingsPane.SettingType.values()) System.out.println(c);
public static SettingsPane.SettingType 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 © 2022 vpc open source initiative. All rights reserved.