public class ValueConverter extends Object
| Constructor and Description |
|---|
ValueConverter(Database database) |
| Modifier and Type | Method and Description |
|---|---|
Value |
fromTuple(Tuple tuple,
String colName,
ObservableFeature feature) |
Cell<?> |
toCell(Value value) |
Value |
updateFromTuple(Tuple tuple,
String colName,
ObservableFeature feature,
Value value) |
public ValueConverter(Database database)
public Value fromTuple(Tuple tuple, String colName, ObservableFeature feature) throws ValueConverterException
ValueConverterExceptionpublic Value updateFromTuple(Tuple tuple, String colName, ObservableFeature feature, Value value) throws ValueConverterException
ValueConverterExceptionpublic Cell<?> toCell(Value value) throws ValueConverterException
ValueConverterExceptionCopyright © 2013. All Rights Reserved.