com.jniwrapper.win32.registry
Class RegistryKeyType

java.lang.Object
  extended by com.jniwrapper.util.EnumItem
      extended by com.jniwrapper.win32.registry.RegistryKeyType

public class RegistryKeyType
extends com.jniwrapper.util.EnumItem

RegistryKeyType represents EnumItemeration of registry key types.


Field Summary
static RegistryKeyType BINARY
           
static RegistryKeyType DWORD
           
static RegistryKeyType DWORD_BIG_ENDIAN
           
static RegistryKeyType DWORD_LITTLE_ENDIAN
           
static RegistryKeyType EXPAND_SZ
           
static RegistryKeyType FULL_RESOURCE_DESCRIPTOR
           
static RegistryKeyType LINK
           
static RegistryKeyType MULTI_SZ
           
static RegistryKeyType NONE
           
static RegistryKeyType QWORD
           
static RegistryKeyType RESOURCE_LIST
           
static RegistryKeyType RESOURCE_REQUIREMENTS_LIST
           
static RegistryKeyType SZ
           
 
Constructor Summary
protected RegistryKeyType(int value)
           
 
Method Summary
 
Methods inherited from class com.jniwrapper.util.EnumItem
equals, getLongValue, getValue, hashCode, isOneOf
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final RegistryKeyType NONE

SZ

public static final RegistryKeyType SZ

EXPAND_SZ

public static final RegistryKeyType EXPAND_SZ

BINARY

public static final RegistryKeyType BINARY

DWORD

public static final RegistryKeyType DWORD

DWORD_LITTLE_ENDIAN

public static final RegistryKeyType DWORD_LITTLE_ENDIAN

DWORD_BIG_ENDIAN

public static final RegistryKeyType DWORD_BIG_ENDIAN

LINK

public static final RegistryKeyType LINK

MULTI_SZ

public static final RegistryKeyType MULTI_SZ

RESOURCE_LIST

public static final RegistryKeyType RESOURCE_LIST

FULL_RESOURCE_DESCRIPTOR

public static final RegistryKeyType FULL_RESOURCE_DESCRIPTOR

RESOURCE_REQUIREMENTS_LIST

public static final RegistryKeyType RESOURCE_REQUIREMENTS_LIST

QWORD

public static final RegistryKeyType QWORD
Constructor Detail

RegistryKeyType

protected RegistryKeyType(int value)