public class RegistryType extends 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() |
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
public static final String getTypeAsString(int typ)
typ - intCopyright © 2005–2016 Alfresco Software. All rights reserved.