public class RegistryType
extends java.lang.Object
Defines constants for the different data types that may be read/written to/from a remote registry.
Modifier and Type | Field and Description |
---|---|
static int |
REG_BINARY |
static int |
REG_DWORD |
static int |
REG_DWORD_BIGENDIAN |
static int |
REG_EXPAND_SZ |
static int |
REG_FULL_RSCDESC |
static int |
REG_LINK |
static int |
REG_MULTI_SZ |
static int |
REG_RSCLIST |
static int |
REG_RSCREQLIST |
static int |
REG_SZ |
Constructor and Description |
---|
RegistryType() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getTypeAsString(int typ)
Return a registry value type as a string
|
public static final int REG_SZ
public static final int REG_EXPAND_SZ
public static final int REG_BINARY
public static final int REG_DWORD
public static final int REG_DWORD_BIGENDIAN
public static final int REG_LINK
public static final int REG_MULTI_SZ
public static final int REG_RSCLIST
public static final int REG_FULL_RSCDESC
public static final int REG_RSCREQLIST
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.