|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of ValueType in ca.beq.util.win32.registry |
| Fields in ca.beq.util.win32.registry declared as ValueType | |
static ValueType |
ValueType.REG_NONE
The REG_NONE data type represents data with no defined type. |
static ValueType |
ValueType.REG_SZ
The REG_SZ data type represents a null-terminated string. |
static ValueType |
ValueType.REG_EXPAND_SZ
The REG_EXPAND_SZ data type represents a null-terminated
string that contains unexpanded references to environment variables (for
example, "%PATH%"). |
static ValueType |
ValueType.REG_BINARY
The REG_BINARY data type represents binary data in any form. |
static ValueType |
ValueType.REG_DWORD
The REG_DWORD data type represents a 32-bit number. |
static ValueType |
ValueType.REG_DWORD_LITTLE_ENDIAN
The REG_DWORD_LITTLE_ENDIAN data type represents a 32-bit
number in little-endian format. |
static ValueType |
ValueType.REG_DWORD_BIG_ENDIAN
The REG_DWORD_BIG_ENDIAN data type represents a 32-bit
number in little-endian format (this is equivalent to
REG_DWORD). |
static ValueType |
ValueType.REG_MULTI_SZ
The REG_MULTI_SZ data type represents an array of
null-terminated strings, terminated by two null characters. |
| Methods in ca.beq.util.win32.registry that return ValueType | |
ValueType |
RegistryValue.getType()
Returns this RegistryValue's ValueType. |
| Methods in ca.beq.util.win32.registry with parameters of type ValueType | |
void |
RegistryValue.setType(ValueType type)
Sets this RegistryValue's ValueType. |
| Constructors in ca.beq.util.win32.registry with parameters of type ValueType | |
RegistryValue(String name,
ValueType type,
Object data)
Constructs a new RegistryValue with the specified name,
type, and data. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||