Class ValueMapper
java.lang.Object
ch.nolix.base.datamodel.fieldvalue.ValueMapper
- All Implemented Interfaces:
IValueMapper
- Author:
- Silvan Wyss
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ValueMapper
public ValueMapper()
-
-
Method Details
-
mapStringToValue
- Specified by:
mapStringToValuein interfaceIValueMapper- Parameters:
string-dataType-- Returns:
- a new value from the given string.
-