org.molgenis.omx.converters
Class TupleToHyperlinkValueConverter

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

public class TupleToHyperlinkValueConverter
extends Object
implements TupleToValueConverter<HyperlinkValue,String>


Constructor Summary
TupleToHyperlinkValueConverter()
           
 
Method Summary
 HyperlinkValue 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

TupleToHyperlinkValueConverter

public TupleToHyperlinkValueConverter()
Method Detail

fromTuple

public HyperlinkValue 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<HyperlinkValue,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<HyperlinkValue,String>
Returns:


Copyright © 2013. All Rights Reserved.