public enum TemplateWorksheet extends Enum<TemplateWorksheet>
| Enum Constant and Description |
|---|
COVERAGE_SHEET |
DATASET_PARAM_VALUES_SHEET |
DATASETS_SHEET |
PARAMETERS_SHEET |
REQUIREMENT_LINKS_SHEET |
REQUIREMENT_SHEET |
STEPS_SHEET |
TEST_CASES_SHEET |
| Modifier and Type | Field and Description |
|---|---|
Class<? extends Enum<?>> |
columnTypesClass |
TemplateCustomFieldPattern |
customFieldPattern |
String |
sheetName |
| Modifier and Type | Method and Description |
|---|---|
static Collection<TemplateWorksheet> |
coerceFromSheetName(String name)
Returns the enum value matching the given sheet name.
|
<E extends TemplateColumn> |
getColumnTypes() |
static TemplateWorksheet |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TemplateWorksheet[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TemplateWorksheet REQUIREMENT_SHEET
public static final TemplateWorksheet TEST_CASES_SHEET
public static final TemplateWorksheet STEPS_SHEET
public static final TemplateWorksheet PARAMETERS_SHEET
public static final TemplateWorksheet DATASETS_SHEET
public static final TemplateWorksheet DATASET_PARAM_VALUES_SHEET
public static final TemplateWorksheet COVERAGE_SHEET
public static final TemplateWorksheet REQUIREMENT_LINKS_SHEET
public final String sheetName
public final TemplateCustomFieldPattern customFieldPattern
public static TemplateWorksheet[] values()
for (TemplateWorksheet c : TemplateWorksheet.values()) System.out.println(c);
public static TemplateWorksheet valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static Collection<TemplateWorksheet> coerceFromSheetName(String name)
name - null when no match.public <E extends TemplateColumn> E[] getColumnTypes()
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.