public enum ParameterSheetColumn extends Enum<ParameterSheetColumn> implements TemplateColumn
| Enum Constant and Description |
|---|
ACTION |
TC_OWNER_ID |
TC_OWNER_PATH |
TC_PARAM_DESCRIPTION |
TC_PARAM_ID |
TC_PARAM_NAME |
| 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 ParameterSheetColumn |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParameterSheetColumn[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParameterSheetColumn ACTION
public static final ParameterSheetColumn TC_OWNER_PATH
public static final ParameterSheetColumn TC_OWNER_ID
public static final ParameterSheetColumn TC_PARAM_ID
public static final ParameterSheetColumn TC_PARAM_NAME
public static final ParameterSheetColumn TC_PARAM_DESCRIPTION
public final String header
public final ColumnProcessingMode processingMode
public static ParameterSheetColumn[] values()
for (ParameterSheetColumn c : ParameterSheetColumn.values()) System.out.println(c);
public static ParameterSheetColumn 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.