public abstract class RegistryValue extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RegistryValue.Type |
| Modifier | Constructor and Description |
|---|---|
protected |
RegistryValue(RegistryValue.Type type,
Object value) |
protected RegistryValue(RegistryValue.Type type, Object value)
public RegistryValue.Type getType()
public Object getValue()
getType(). Subclasses will have additional methods to allow the caller to get a more strongly-typed
object.Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.