org.gcube.portlets.user.speciesdiscovery.server.stream
Class OccurenceCSVConverterOpenModeller

java.lang.Object
  extended by org.gcube.portlets.user.speciesdiscovery.server.stream.OccurenceCSVConverterOpenModeller
All Implemented Interfaces:
Converter<Occurrence,List<String>>

public class OccurenceCSVConverterOpenModeller
extends Object
implements Converter<Occurrence,List<String>>

Author:
"Federico De Faveri defaveri@isti.cnr.it"

Field Summary
static List<String> HEADER
           
protected static String PRESENCE
           
 
Constructor Summary
OccurenceCSVConverterOpenModeller()
           
 
Method Summary
protected static String cleanValue(String value)
           
 List<String> convert(Occurrence input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HEADER

public static final List<String> HEADER

PRESENCE

protected static final String PRESENCE
See Also:
Constant Field Values
Constructor Detail

OccurenceCSVConverterOpenModeller

public OccurenceCSVConverterOpenModeller()
Method Detail

convert

public List<String> convert(Occurrence input)
                     throws Exception
Specified by:
convert in interface Converter<Occurrence,List<String>>
Throws:
Exception

cleanValue

protected static String cleanValue(String value)


Copyright © 2013. All Rights Reserved.