The RegistryValue class represents a value in the registry.
This class is abstract, so it can not be instantiated. The
class is a superclass to all value classes. The common
abstract methods for getting and setting data must be defined
by the subclass, but subclasses will almost always provide
additional methods that get and set the value using the data
type of the subclass.
See Also:com.ice.jni.registry.Registry See Also:com.ice.jni.registry.RegistryKey