public class RegistryKeyValues.RegistryValueEntry
extends java.lang.Object
implements java.util.Map.Entry
| Constructor and Description |
|---|
RegistryValueEntry(java.lang.String name) |
RegistryValueEntry(java.lang.String name,
RegistryKeyType type,
int size) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getKey() |
int |
getSize() |
RegistryKeyType |
getType() |
java.lang.Object |
getValue() |
void |
setType(RegistryKeyType type) |
java.lang.Object |
setValue(java.lang.Object value) |
java.lang.String |
toString() |
public RegistryValueEntry(java.lang.String name,
RegistryKeyType type,
int size)
public RegistryValueEntry(java.lang.String name)
public java.lang.Object getKey()
getKey in interface java.util.Map.Entrypublic java.lang.Object getValue()
getValue in interface java.util.Map.Entrypublic java.lang.Object setValue(java.lang.Object value)
setValue in interface java.util.Map.Entrypublic RegistryKeyType getType()
public void setType(RegistryKeyType type)
public int getSize()
public java.lang.String toString()
toString in class java.lang.Object