Uses of Interface
org.openrefine.expr.HasFields
-
Packages that use HasFields Package Description org.openrefine.expr org.openrefine.jython org.openrefine.model org.openrefine.model.recon -
-
Uses of HasFields in org.openrefine.expr
Subinterfaces of HasFields in org.openrefine.expr Modifier and Type Interface Description interface
HasFieldsList
Interface for objects each of which is a list of HasFields objects of the same kind (e.g., list of cells).Classes in org.openrefine.expr that implement HasFields Modifier and Type Class Description class
CellTuple
class
HasFieldsListImpl
class
WrappedCell
class
WrappedRow
protected class
WrappedRow.RecordCells
protected class
WrappedRow.WrappedRecord
Methods in org.openrefine.expr that return HasFields Modifier and Type Method Description HasFields
HasFieldsList. get(int index)
-
Uses of HasFields in org.openrefine.jython
Fields in org.openrefine.jython declared as HasFields Modifier and Type Field Description HasFields
JythonHasFieldsWrapper. _obj
Constructors in org.openrefine.jython with parameters of type HasFields Constructor Description JythonHasFieldsWrapper(HasFields obj, Properties bindings)
-
Uses of HasFields in org.openrefine.model
Classes in org.openrefine.model that implement HasFields Modifier and Type Class Description class
Cell
A cell in the project grid.class
Row
Class representing a single Row which contains a list ofCell
s. -
Uses of HasFields in org.openrefine.model.recon
Classes in org.openrefine.model.recon that implement HasFields Modifier and Type Class Description class
Recon
class
Recon.Features
class
ReconCandidate
-