public static enum Registry.HKEY extends java.lang.Enum<Registry.HKEY>
| Enum Constant and Description |
|---|
CURRENT_USER |
LOCAL_MACHINE |
| Modifier and Type | Field and Description |
|---|---|
java.util.prefs.Preferences |
root |
java.lang.Integer |
value |
| Modifier and Type | Method and Description |
|---|---|
static Registry.HKEY |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Registry.HKEY[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Registry.HKEY CURRENT_USER
public static final Registry.HKEY LOCAL_MACHINE
public final java.lang.Integer value
public final java.util.prefs.Preferences root
public static Registry.HKEY[] values()
for (Registry.HKEY c : Registry.HKEY.values()) System.out.println(c);
public static Registry.HKEY valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.