org.jclarion.clarion.constants
Class Registry

java.lang.Object
  extended by org.jclarion.clarion.constants.Registry

public class Registry
extends java.lang.Object


Field Summary
static int REG_BINARY
           
static int REG_CLASSES_ROOT
           
static int REG_CURRENT_CONFIG
           
static int REG_CURRENT_USER
           
static int REG_DWORD
           
static int REG_DWORD_BIG_ENDIAN
           
static int REG_DWORD_LITTLE_ENDIAN
           
static int REG_DYN_DATA
           
static int REG_EXPAND_SZ
           
static int REG_FIRST
           
static int REG_FULL_RESOURCE_DESCRIPTOR
           
static int REG_LINK
           
static int REG_LOCAL_MACHINE
           
static int REG_MULTI_SZ
           
static int REG_NONE
           
static int REG_PERFORMANCE_DATA
           
static int REG_QWORD
           
static int REG_QWORD_LITTLE_ENDIAN
           
static int REG_RESOURCE_LIST
           
static int REG_RESOURCE_REQUIREMENTS_LIST
           
static int REG_SZ
           
static int REG_USERS
           
 
Constructor Summary
Registry()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REG_FIRST

public static final int REG_FIRST
See Also:
Constant Field Values

REG_CLASSES_ROOT

public static final int REG_CLASSES_ROOT
See Also:
Constant Field Values

REG_CURRENT_USER

public static final int REG_CURRENT_USER
See Also:
Constant Field Values

REG_LOCAL_MACHINE

public static final int REG_LOCAL_MACHINE
See Also:
Constant Field Values

REG_USERS

public static final int REG_USERS
See Also:
Constant Field Values

REG_PERFORMANCE_DATA

public static final int REG_PERFORMANCE_DATA
See Also:
Constant Field Values

REG_CURRENT_CONFIG

public static final int REG_CURRENT_CONFIG
See Also:
Constant Field Values

REG_DYN_DATA

public static final int REG_DYN_DATA
See Also:
Constant Field Values

REG_NONE

public static final int REG_NONE
See Also:
Constant Field Values

REG_SZ

public static final int REG_SZ
See Also:
Constant Field Values

REG_EXPAND_SZ

public static final int REG_EXPAND_SZ
See Also:
Constant Field Values

REG_BINARY

public static final int REG_BINARY
See Also:
Constant Field Values

REG_DWORD

public static final int REG_DWORD
See Also:
Constant Field Values

REG_DWORD_LITTLE_ENDIAN

public static final int REG_DWORD_LITTLE_ENDIAN
See Also:
Constant Field Values

REG_DWORD_BIG_ENDIAN

public static final int REG_DWORD_BIG_ENDIAN
See Also:
Constant Field Values

REG_LINK

public static final int REG_LINK
See Also:
Constant Field Values

REG_MULTI_SZ

public static final int REG_MULTI_SZ
See Also:
Constant Field Values

REG_RESOURCE_LIST

public static final int REG_RESOURCE_LIST
See Also:
Constant Field Values

REG_FULL_RESOURCE_DESCRIPTOR

public static final int REG_FULL_RESOURCE_DESCRIPTOR
See Also:
Constant Field Values

REG_RESOURCE_REQUIREMENTS_LIST

public static final int REG_RESOURCE_REQUIREMENTS_LIST
See Also:
Constant Field Values

REG_QWORD

public static final int REG_QWORD
See Also:
Constant Field Values

REG_QWORD_LITTLE_ENDIAN

public static final int REG_QWORD_LITTLE_ENDIAN
See Also:
Constant Field Values
Constructor Detail

Registry

public Registry()


Copyright © 2010. All Rights Reserved.