org.molgenis.omx.converters
Class ValueConverter
java.lang.Object
org.molgenis.omx.converters.ValueConverter
public class ValueConverter
- extends Object
Converts tuple column values to value entities
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValueConverter
public ValueConverter(Database database)
fromTuple
public Value fromTuple(Tuple tuple,
String colName,
ObservableFeature feature)
throws ValueConverterException
- Throws:
ValueConverterException
toCell
public Cell<?> toCell(Value value)
throws ValueConverterException
- Throws:
ValueConverterException
Copyright © 2013. All Rights Reserved.