org.molgenis.omx.converters
Class TupleToEmailValueConverter

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

public class TupleToEmailValueConverter
extends Object
implements TupleToValueConverter<EmailValue,String>


Constructor Summary
TupleToEmailValueConverter()
           
 
Method Summary
 EmailValue 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

TupleToEmailValueConverter

public TupleToEmailValueConverter()
Method Detail

fromTuple

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


Copyright © 2013. All Rights Reserved.