Package | Description |
---|---|
org.ovirt.engine.core.common.config | |
org.ovirt.engine.core.dal.dbbroker.generic | |
org.ovirt.engine.core.utils |
Modifier and Type | Method and Description |
---|---|
static DataType |
DataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataType[] |
DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IConfigUtilsInterface.ValidateParse(DataType type,
String valueInApp,
String defaultValue,
RefObject<Object> returnValue)
Validates that parsing the object to the target type is OK.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
DBConfigUtils.GetValue(DataType type,
String name,
String defaultValue) |
Modifier and Type | Method and Description |
---|---|
protected abstract Object |
ConfigUtilsBase.GetValue(DataType type,
String name,
String defaultValue) |
boolean |
ConfigUtilsBase.ValidateParse(DataType type,
String valueInApp,
String defaultValue,
RefObject<Object> returnValue) |
Copyright © 2012. All Rights Reserved.