public class TupleToIntValueConverter extends Object implements TupleToValueConverter<IntValue,Integer>
| Constructor and Description |
|---|
TupleToIntValueConverter() |
| Modifier and Type | Method and Description |
|---|---|
IntValue |
fromTuple(Tuple tuple,
String colName,
ObservableFeature feature)
Converts a tuple column value to a value entity
|
Cell<Integer> |
toCell(Value value)
Returns the java type value contained by a value entity
|
IntValue |
updateFromTuple(Tuple tuple,
String colName,
ObservableFeature feature,
Value value)
Updates an existing value by converting a tuple column
|
public IntValue fromTuple(Tuple tuple, String colName, ObservableFeature feature) throws ValueConverterException
TupleToValueConverterfromTuple in interface TupleToValueConverter<IntValue,Integer>ValueConverterExceptionpublic IntValue updateFromTuple(Tuple tuple, String colName, ObservableFeature feature, Value value) throws ValueConverterException
TupleToValueConverterupdateFromTuple in interface TupleToValueConverter<IntValue,Integer>ValueConverterExceptionpublic Cell<Integer> toCell(Value value) throws ValueConverterException
TupleToValueConvertertoCell in interface TupleToValueConverter<IntValue,Integer>ValueConverterExceptionCopyright © 2013. All Rights Reserved.