public class InitialValueFactory
extends java.lang.Object
ValueFactory.| Constructor and Description |
|---|
InitialValueFactory(ValueFactory valueFactory)
Creates a new InitialValueFactory.
|
| Modifier and Type | Method and Description |
|---|---|
Value |
createValue(java.lang.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.public Value createValue(java.lang.String type)