Package org.openrefine.expr
Class CellTuple
- java.lang.Object
-
- org.openrefine.expr.CellTuple
-
-
Field Summary
Fields Modifier and Type Field Description ColumnModel
columnModel
Row
row
-
Constructor Summary
Constructors Constructor Description CellTuple(ColumnModel columnModel, Row row)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
fieldAlsoHasFields(String name)
Object
getField(String name)
-
-
-
Field Detail
-
columnModel
public final ColumnModel columnModel
-
row
public final Row row
-
-
Constructor Detail
-
CellTuple
public CellTuple(ColumnModel columnModel, Row row)
-
-