public interface TupleToValueConverter<S extends Value,T>
| Modifier and Type | Method and Description |
|---|---|
S |
fromTuple(Tuple tuple,
String colName,
ObservableFeature feature)
Converts a tuple column value to a value entity
|
Cell<T> |
toCell(Value value)
Returns the java type value contained by a value entity
|
S |
updateFromTuple(Tuple tuple,
String colName,
ObservableFeature feature,
Value value)
Updates an existing value by converting a tuple column
|
S fromTuple(Tuple tuple, String colName, ObservableFeature feature) throws ValueConverterException
tuple - colName - feature - ValueConverterExceptionS updateFromTuple(Tuple tuple, String colName, ObservableFeature feature, Value value) throws ValueConverterException
tuple - colName - feature - value - ValueConverterExceptionCell<T> toCell(Value value) throws ValueConverterException
value - ValueConverterExceptionCopyright © 2013. All Rights Reserved.