Package adams.data.idextraction
-
Interface Summary Interface Description IDExtractor Ancestor for schemes that extract the ID from objects. -
Class Summary Class Description AbstractIDExtractor Ancestor for schemes that extract the ID from objects.Manual Just returns the supplied ID.Null Does nothing.ReportField Returns the value of the specified field.ReportFieldRegExp Returns the value of the specified field after passing it through the find/replace pair.SpreadSheetCell Returns the cell value of the spreadsheet row.