public class ScanSummary extends Object
| Modifier and Type | Field and Description |
|---|---|
List<ScanColumn> |
columns |
int |
headers |
List<PossibleLocation> |
locations |
String |
summary |
| Constructor and Description |
|---|
ScanSummary(String summary,
int headers,
List<ScanColumn> columns,
List<PossibleLocation> locations) |
| Modifier and Type | Method and Description |
|---|---|
List<ScanColumn> |
getColumns() |
int |
getHeaders() |
List<PossibleLocation> |
getLocations() |
String |
getSummary() |
public final String summary
public final int headers
public final List<ScanColumn> columns
public final List<PossibleLocation> locations
public ScanSummary(String summary, int headers, List<ScanColumn> columns, List<PossibleLocation> locations)
summary - Human readable summary of the scanheaders - Number of rows that the scan believes contains the headerscolumns - Results of the scan for each column and their suggested typeslocations - the columns that can possibly be part of a locationpublic String getSummary()
public int getHeaders()
public List<ScanColumn> getColumns()
public List<PossibleLocation> getLocations()
Copyright © 2013. All Rights Reserved.