de.humatic.dsj.ext
Class KeyValue

java.lang.Object
  extended by de.humatic.dsj.ext.KeyValue

public class KeyValue
extends java.lang.Object

Abstraction of Registry entries. Used by the Registry class.


Constructor Summary
KeyValue(java.lang.String name)
           
 
Method Summary
 java.lang.String getName()
           
 int getType()
           
 byte[] getValue_Binary()
           
 int getValue_Int()
           
 java.lang.String getValue_String()
           
 void setValue_Binary(byte[] newValue)
           
 void setValue_Int(int newValue)
           
 void setValue_String(java.lang.String newValue)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KeyValue

public KeyValue(java.lang.String name)
Method Detail

getName

public java.lang.String getName()

getType

public int getType()

setValue_Int

public void setValue_Int(int newValue)

setValue_String

public void setValue_String(java.lang.String newValue)

setValue_Binary

public void setValue_Binary(byte[] newValue)

getValue_Int

public int getValue_Int()

getValue_String

public java.lang.String getValue_String()

getValue_Binary

public byte[] getValue_Binary()

toString

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