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