org.molgenis.omx.converters
Class TupleToXrefValueConverter

java.lang.Object
  extended by org.molgenis.omx.converters.TupleToXrefValueConverter
All Implemented Interfaces:
TupleToValueConverter<XrefValue,String>

public class TupleToXrefValueConverter
extends Object
implements TupleToValueConverter<XrefValue,String>


Constructor Summary
TupleToXrefValueConverter(org.molgenis.omx.converters.CharacteristicLoadingCache characteristicLoader)
           
 
Method Summary
 XrefValue 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TupleToXrefValueConverter

public TupleToXrefValueConverter(org.molgenis.omx.converters.CharacteristicLoadingCache characteristicLoader)
Method Detail

fromTuple

public XrefValue fromTuple(Tuple tuple,
                           String colName,
                           ObservableFeature feature)
                    throws ValueConverterException
Description copied from interface: TupleToValueConverter
Converts a tuple column value to a value entity

Specified by:
fromTuple in interface TupleToValueConverter<XrefValue,String>
Throws:
ValueConverterException

toCell

public Cell<String> toCell(Value value)
Description copied from interface: TupleToValueConverter
Returns the java type value contained by a value entity

Specified by:
toCell in interface TupleToValueConverter<XrefValue,String>
Returns:


Copyright © 2013. All Rights Reserved.