|
jxUtil 0.6 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.sourceforge.jxutil.w32.RegistryValue
Field Summary | |
(package private) byte[] |
data
|
(package private) String |
name
|
(package private) static int |
REG_BINARY
Free form binary. |
(package private) static int |
REG_DWORD
32-bit number. |
(package private) static int |
REG_DWORD_BIG_ENDIAN
32-bit number. |
(package private) static int |
REG_DWORD_LITTLE_ENDIAN
32-bit number. |
(package private) static int |
REG_EXPAND_SZ
Unicode nul terminated string (with environment variable references). |
(package private) static int |
REG_FULL_RESOURCE_DESCRIPTOR
Resource list in the hardware description. |
(package private) static int |
REG_LINK
Symbolic Link (unicode). |
(package private) static int |
REG_MULTI_SZ
Multiple Unicode strings. |
(package private) static int |
REG_NONE
No value type. |
(package private) static int |
REG_RESOURCE_LIST
Resource list in the resource map. |
(package private) static int |
REG_RESOURCE_REQUIREMENTS_LIST
|
(package private) static int |
REG_SZ
Unicode nul terminated string. |
(package private) int |
type
|
Constructor Summary | |
(package private) |
RegistryValue(String name,
int type,
byte[] data)
|
Method Summary | |
String |
getName()
|
int |
getType()
|
Object |
getValue()
|
Object |
setValue(Object o)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
final byte[] data
final String name
static final int REG_BINARY
static final int REG_DWORD
static final int REG_DWORD_BIG_ENDIAN
static final int REG_DWORD_LITTLE_ENDIAN
static final int REG_EXPAND_SZ
static final int REG_FULL_RESOURCE_DESCRIPTOR
static final int REG_LINK
static final int REG_MULTI_SZ
static final int REG_NONE
static final int REG_RESOURCE_LIST
static final int REG_RESOURCE_REQUIREMENTS_LIST
static final int REG_SZ
final int type
Constructor Detail |
RegistryValue(String name, int type, byte[] data)
Method Detail |
public String getName()
public int getType()
public Object getValue()
public Object setValue(Object o)
public String toString()
toString
in class Object
|
jxUtil 0.6 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |