com.jniwrapper.win32.registry
Class RegistryKeyValues.RegistryValueEntry

java.lang.Object
  extended by com.jniwrapper.win32.registry.RegistryKeyValues.RegistryValueEntry
All Implemented Interfaces:
java.util.Map.Entry
Enclosing class:
RegistryKeyValues

public class RegistryKeyValues.RegistryValueEntry
extends java.lang.Object
implements java.util.Map.Entry


Constructor Summary
RegistryKeyValues.RegistryValueEntry(java.lang.String name)
           
RegistryKeyValues.RegistryValueEntry(java.lang.String name, RegistryKeyType type, int size)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map.Entry
equals, hashCode
 

Constructor Detail

RegistryKeyValues.RegistryValueEntry

public RegistryKeyValues.RegistryValueEntry(java.lang.String name,
                                            RegistryKeyType type,
                                            int size)

RegistryKeyValues.RegistryValueEntry

public RegistryKeyValues.RegistryValueEntry(java.lang.String name)
Method Detail

getKey

public java.lang.Object getKey()
Specified by:
getKey in interface java.util.Map.Entry

getValue

public java.lang.Object getValue()
Specified by:
getValue in interface java.util.Map.Entry

setValue

public java.lang.Object setValue(java.lang.Object value)
Specified by:
setValue in interface java.util.Map.Entry

getType

public RegistryKeyType getType()

setType

public void setType(RegistryKeyType type)

getSize

public int getSize()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object