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"].