Package org.openrefine.expr
Interface HasFields
-
- All Known Subinterfaces:
HasFieldsList
- All Known Implementing Classes:
Cell
,CellTuple
,HasFieldsListImpl
,Recon
,Recon.Features
,ReconCandidate
,Row
,WrappedCell
,WrappedRow
,WrappedRow.RecordCells
,WrappedRow.WrappedRecord
public interface HasFields
Interface for objects that have named fields, which can be retrieved using the dot notation or the bracket notation, e.g., cells.Country, cells["Type of Disaster"].
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
fieldAlsoHasFields(String name)
Object
getField(String name)
-