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 interfaceHasFieldsListInterface 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 classCellTupleclassHasFieldsListImplclassWrappedCellclassWrappedRowprotected classWrappedRow.RecordCellsprotected classWrappedRow.WrappedRecordMethods in org.openrefine.expr that return HasFields Modifier and Type Method Description HasFieldsHasFieldsList. get(int index) -
Uses of HasFields in org.openrefine.jython
Fields in org.openrefine.jython declared as HasFields Modifier and Type Field Description HasFieldsJythonHasFieldsWrapper. _objConstructors 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 classCellA cell in the project grid.classRowClass representing a single Row which contains a list ofCells. -
Uses of HasFields in org.openrefine.model.recon
Classes in org.openrefine.model.recon that implement HasFields Modifier and Type Class Description classReconclassRecon.FeaturesclassReconCandidate
-