de.humatic.dsj.ext
Class KeyValue
java.lang.Object
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
KeyValue
public KeyValue(java.lang.String name)
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