public enum TemplateCustomFieldPattern extends Enum<TemplateCustomFieldPattern>
| Enum Constant and Description |
|---|
NO_CUSTOM_FIELD |
REQUIREMENT_VERSION_CUSTOM_FIELD |
STEP_CUSTOM_FIELD |
TEST_CASE_CUSTOM_FIELD |
| Modifier and Type | Method and Description |
|---|---|
String |
parseFieldCode(String header)
Parses a custom field code from a column header.
|
static TemplateCustomFieldPattern |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TemplateCustomFieldPattern[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TemplateCustomFieldPattern TEST_CASE_CUSTOM_FIELD
public static final TemplateCustomFieldPattern STEP_CUSTOM_FIELD
public static final TemplateCustomFieldPattern REQUIREMENT_VERSION_CUSTOM_FIELD
public static final TemplateCustomFieldPattern NO_CUSTOM_FIELD
public static TemplateCustomFieldPattern[] values()
for (TemplateCustomFieldPattern c : TemplateCustomFieldPattern.values()) System.out.println(c);
public static TemplateCustomFieldPattern 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 nullCopyright © 2010–2017 Henix, henix.fr. All rights reserved.