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