public class InitialValueFactory extends Object
| Constructor and Description |
|---|
InitialValueFactory(ValueFactory valueFactory)
Creates a new InitialValueFactory.
|
| Modifier and Type | Method and Description |
|---|---|
Value |
createValue(String type)
Creates an initial value (0, 0L, 0.0f, 0.0, null) of the given type.
|
public InitialValueFactory(ValueFactory valueFactory)
valueFactory - the value factory that will actually create the
values.Copyright © 2015. All Rights Reserved.