| Package | Description |
|---|---|
| org.squashtest.tm.service.batchimport.excel | |
| org.squashtest.tm.service.internal.batchimport.testcase.excel |
| Modifier and Type | Method and Description |
|---|---|
static ColumnMismatch |
ColumnMismatch.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnMismatch[] |
ColumnMismatch.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<ColumnMismatch,Set<String>> |
WorksheetFormatStatus.getColumnNamesByMismatches() |
| Modifier and Type | Method and Description |
|---|---|
void |
WorksheetFormatStatus.addMismatch(ColumnMismatch mismatchType,
TemplateColumn colType)
Will store the column mismatch.
|
void |
WorksheetFormatStatus.addMismatches(ColumnMismatch mismatchType,
Collection<TemplateColumn> columnsMismatched)
Add mismatches to the worksheed format status.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorksheetFormatStatus.addAllMismatches(Map<ColumnMismatch,Set<TemplateColumn>> columnMismatches)
Will add all given columnMismatches to this.
|
| Modifier and Type | Method and Description |
|---|---|
ColumnMismatch |
ColumnMismatchException.getType() |
| Constructor and Description |
|---|
ColumnMismatchException(ColumnMismatch type,
TemplateColumn colType) |
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.