public enum WindowsRegistryHive extends java.lang.Enum<WindowsRegistryHive>
Enum Constant and Description |
---|
HKEY_CLASSES_ROOT |
HKEY_CURRENT_CONFIG |
HKEY_CURRENT_USER |
HKEY_LOCAL_MACHINE |
HKEY_USERS |
Modifier and Type | Method and Description |
---|---|
int |
getKey() |
java.lang.String |
getNickName() |
static WindowsRegistryHive |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WindowsRegistryHive[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WindowsRegistryHive HKEY_CLASSES_ROOT
public static final WindowsRegistryHive HKEY_CURRENT_USER
public static final WindowsRegistryHive HKEY_LOCAL_MACHINE
public static final WindowsRegistryHive HKEY_USERS
public static final WindowsRegistryHive HKEY_CURRENT_CONFIG
public static WindowsRegistryHive[] values()
for (WindowsRegistryHive c : WindowsRegistryHive.values()) System.out.println(c);
public static WindowsRegistryHive 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 nullpublic int getKey()
public java.lang.String getNickName()
Copyright © 2014 EsprIT-Systems. All Rights Reserved.