Javadoc
git-svn-id: http://google-refine.googlecode.com/svn/trunk@2324 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
ca17e1ef0a
commit
ee0fb9033e
@ -5,6 +5,11 @@ import java.util.List;
|
||||
import org.json.JSONObject;
|
||||
|
||||
|
||||
/**
|
||||
* An interface to be implemented by exporters which use
|
||||
* {@link CustomizableTabularExporterUtilities#exportRows(com.google.refine.model.Project, com.google.refine.browsing.Engine, java.util.Properties, TabularSerializer)}
|
||||
*
|
||||
*/
|
||||
public interface TabularSerializer {
|
||||
static public class CellData {
|
||||
final public String columnName;
|
||||
|
Loading…
Reference in New Issue
Block a user