Data container for Windows registry values. Windows registry values can contain different data
types. It is not possible to map they all to one Java type. Therefore this class contains the
different container types. DO NOT CHANGE METHODE SIGNATURES etc. without addapt the native method
RegistryImpl.setValueN and RegistryImpl.getValue.
Creates a RegDataContainer for a special type The data self is not set. Valid types are
Parameters: type - throws: IllegalArgumentException - if the type is not valid
Returns the multi string data as string array of this container. It will be contain only
data, if the type of this object is REG_REG_MULTI_SZ.
the multi string data
Verifies whether the given int represents a valid type or not.
Parameters: type0 - value to be verified whether the given int represents a valid type or not