|
Servertec Foundation Classes 1.3.3 09/04/2005 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectstec.sfc.Win32.RegistryValueType
public final class RegistryValueType
Registry value types used by RegistryKey.setValue().
Field Summary | |
---|---|
static int |
BINARY
Value is a binary object. |
static int |
DWORD
Value is a double word. |
static int |
DWORD_BIG_ENDIAN
Value is a big endian double word. |
static int |
DWORD_LITTLE_ENDIAN
Value is a little endian double word. |
static int |
EXPAND_STRING
Value is an unexpanded string. |
static int |
LINK
Value is a link. |
static int |
NONE
Value is unknown. |
static int |
QWORD
Value is a quad word. |
static int |
QWORD_LITTLE_ENDIAN
Value is a big endian quad word. |
static int |
RESOURCE_DESCRITOR
Value is a resource descriptor. |
static int |
RESOURCE_LIST
Value is a resource list. |
static int |
STRING
Value is a string. |
static int |
STRING_ARRAY
Value is an array of strings. |
Constructor Summary | |
---|---|
RegistryValueType()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int BINARY
Set to REG_BINARY.
public static final int DWORD
Set to REG_DWORD.
public static final int DWORD_LITTLE_ENDIAN
Set to REG_DWORD_LITTLE_ENDIAN.
public static final int DWORD_BIG_ENDIAN
Set to REG_DWORD_BIG_ENDIAN.
public static final int QWORD
Set to REG_QWORD.
public static final int QWORD_LITTLE_ENDIAN
Set to REG_QWORD_BIG_ENDIAN.
public static final int EXPAND_STRING
Set to REG_EXPAND_SZ.
public static final int LINK
Set to REG_LINK.
public static final int STRING_ARRAY
Set to REG_MULTI_SZ.
public static final int NONE
Set to REG_NONE.
public static final int RESOURCE_LIST
Set to REG_RESOURCE_LIST.
public static final int RESOURCE_DESCRITOR
Set to REG_FULL_RESORUCE_DESCRIPTOR.
public static final int STRING
Set to REG_SZ.
Constructor Detail |
---|
public RegistryValueType()
|
Servertec Foundation Classes 1.3.3 09/04/2005 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2001-2005 Servertec. All rights reserved.