Package | Description |
---|---|
com.registry |
Contains all of the classes for reading and writing keys and values to the Windows Registry.
|
Modifier and Type | Field and Description |
---|---|
protected ValueType |
RegistryValue.type
The type of the value.
|
Modifier and Type | Method and Description |
---|---|
ValueType |
RegistryValue.getValueType()
Used to retrieve the type of
this value. |
static ValueType |
RegistryKey.getValueType(int type)
Convenience method to retrieve the
ValueType object based
on the integer type that is passed in. |
static ValueType |
ValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValueType[] |
ValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RegistryValue |
RegistryKey.newValue(String name,
ValueType type)
Creates a new value under
this with the specified
name and type. |
void |
RegistryValue.setValueType(ValueType type)
Used to change the type of
this value. |
Copyright © 2011, Yinon Michaeli. All rights reserved.