Package com.google.refine.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
Modifier and TypeMethodDescriptionbooleanfieldAlsoHasFields(String name) getField(String name, Properties bindings)
-
Method Details
-
getField
-
fieldAlsoHasFields
-