| Package | Description |
|---|---|
| oracle.fmwplatform.envspec.model.tuning |
Classes used to describe TuningParameters.
|
| Modifier and Type | Method and Description |
|---|---|
static TypedValue.DataType |
TypedValue.DataType.fromValue(String value) |
TypedValue.DataType |
TypedValue.getType()
Returns the data type.
|
static TypedValue.DataType |
TypedValue.DataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypedValue.DataType[] |
TypedValue.DataType.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TypedValue |
TypedValue.setType(TypedValue.DataType type)
Sets the data type.
|