|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.runtime.registry.RegistryEntry
public final class RegistryEntry
represent a single Registry Entry
Field Summary | |
---|---|
static String |
REGDWORD_TOKEN
Field REGDWORD_TOKEN |
static String |
REGKEY_TOKEN
Field REGKEY_TOKEN |
static String |
REGSTR_TOKEN
Field REGSTR_TOKEN |
static short |
TYPE_ANY
Field TYPE_ANY |
static short |
TYPE_DWORD
Field TYPE_DWORD |
static short |
TYPE_KEY
Field TYPE_KEY |
static short |
TYPE_STRING
Field TYPE_STRING |
Constructor Summary | |
---|---|
RegistryEntry(short type,
String key,
Object value)
constructor of the class |
Method Summary | |
---|---|
String |
getKey()
|
short |
getType()
|
Object |
getValue()
|
static String |
toCFStringType(short type)
cast a short type to a String Type |
String |
toString()
|
static String |
toStringType(short type)
cast a short type to a String Type |
static short |
toType(String strType)
cast a String type to a short Type |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final short TYPE_STRING
TYPE_STRING
public static final short TYPE_DWORD
TYPE_DWORD
public static final short TYPE_ANY
TYPE_ANY
public static final short TYPE_KEY
TYPE_KEY
public static final String REGSTR_TOKEN
REGSTR_TOKEN
public static final String REGKEY_TOKEN
REGKEY_TOKEN
public static final String REGDWORD_TOKEN
REGDWORD_TOKEN
Constructor Detail |
---|
public RegistryEntry(short type, String key, Object value) throws RegistryException
type
- (RegistryEntry.TYPE_DWORD, RegistryEntry.TYPE_STRING)key
- value
-
RegistryException
Method Detail |
---|
public String getKey()
public short getType()
public Object getValue()
public String toString()
toString
in class Object
Object.toString()
public static short toType(String strType) throws RegistryException
strType
-
RegistryException
public static String toStringType(short type) throws RegistryException
type
-
RegistryException
public static String toCFStringType(short type) throws RegistryException
type
-
RegistryException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |