public static enum NodeJSInstaller.Preference extends Enum<NodeJSInstaller.Preference>
| Enum Constant and Description |
|---|
PRIMARY |
SECONDARY |
UNACCEPTABLE |
| Modifier and Type | Method and Description |
|---|---|
static NodeJSInstaller.Preference |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeJSInstaller.Preference[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NodeJSInstaller.Preference PRIMARY
public static final NodeJSInstaller.Preference SECONDARY
public static final NodeJSInstaller.Preference UNACCEPTABLE
public static NodeJSInstaller.Preference[] values()
for (NodeJSInstaller.Preference c : NodeJSInstaller.Preference.values()) System.out.println(c);
public static NodeJSInstaller.Preference 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 © 2004-2016. All Rights Reserved.