public class Cell extends Object implements MapWriter
MapWriter.EntryWriter
Constructor and Description |
---|
Cell(int index,
String name,
Object val,
Object approxVal,
Suggestion.ConditionType type,
Row row) |
Modifier and Type | Method and Description |
---|---|
Cell |
copy() |
Object |
getApproxValue() |
String |
getName() |
Row |
getRow() |
Object |
getValue() |
String |
toString() |
void |
writeMap(MapWriter.EntryWriter ew) |
public Cell(int index, String name, Object val, Object approxVal, Suggestion.ConditionType type, Row row)
public void writeMap(MapWriter.EntryWriter ew) throws IOException
writeMap
in interface MapWriter
IOException
public Row getRow()
public Cell copy()
public String getName()
public Object getValue()
public Object getApproxValue()
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.