public enum StepSheetColumn extends Enum<StepSheetColumn> implements TemplateColumn
| Enum Constant and Description |
|---|
ACTION |
TC_OWNER_ID |
TC_OWNER_PATH |
TC_STEP_ACTION |
TC_STEP_CALL_DATASET |
TC_STEP_EXPECTED_RESULT |
TC_STEP_ID |
TC_STEP_IS_CALL_STEP |
TC_STEP_NB_ATTACHMENT |
TC_STEP_NB_REQ |
TC_STEP_NUM |
| Modifier and Type | Field and Description |
|---|---|
String |
header |
ColumnProcessingMode |
processingMode |
| Modifier and Type | Method and Description |
|---|---|
String |
getFullName()
Concatenates the name of the worksheet with it's header.
|
String |
getHeader() |
ColumnProcessingMode |
getProcessingMode() |
TemplateWorksheet |
getWorksheet() |
static StepSheetColumn |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StepSheetColumn[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StepSheetColumn ACTION
public static final StepSheetColumn TC_OWNER_PATH
public static final StepSheetColumn TC_OWNER_ID
public static final StepSheetColumn TC_STEP_ID
public static final StepSheetColumn TC_STEP_NUM
public static final StepSheetColumn TC_STEP_IS_CALL_STEP
public static final StepSheetColumn TC_STEP_CALL_DATASET
public static final StepSheetColumn TC_STEP_ACTION
public static final StepSheetColumn TC_STEP_EXPECTED_RESULT
public static final StepSheetColumn TC_STEP_NB_REQ
public static final StepSheetColumn TC_STEP_NB_ATTACHMENT
public final String header
public final ColumnProcessingMode processingMode
public static StepSheetColumn[] values()
for (StepSheetColumn c : StepSheetColumn.values()) System.out.println(c);
public static StepSheetColumn 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 String getHeader()
getHeader in interface TemplateColumnTemplateColumn.getHeader()public ColumnProcessingMode getProcessingMode()
getProcessingMode in interface TemplateColumnTemplateColumn.getProcessingMode()public TemplateWorksheet getWorksheet()
getWorksheet in interface TemplateColumnpublic String getFullName()
TemplateColumngetFullName in interface TemplateColumn"<worksheetName>.<header>"Copyright © 2010–2017 Henix, henix.fr. All rights reserved.