AbstractGroupExtractor |
Ancestor for schemes that extract the group from objects.
|
Manual |
Just returns the supplied group.
|
Null |
Dummy, extracts nothing.
|
ReportField |
Returns the value of the specified field.
|
ReportFieldRegExp |
Returns the value of the regexp group applied to the specified report field.
|
SpreadSheetCell |
Returns the cell value of the spreadsheet row.
|
SpreadSheetCellRegExp |
Applies regular expression to the cell value of the spreadsheet row and
returns the specified expression group.
|
SpreadSheetCellWithLookUp |
Returns the cell value of the spreadsheet row.
|