public static enum RestUtils.TemplateExtractionOption extends Enum<RestUtils.TemplateExtractionOption>
Enum Constant and Description |
---|
EXTRACT_TEMPLATE_PARAMETERS |
IGNORE_TEMPLATE_PARAMETERS |
Modifier and Type | Method and Description |
---|---|
static RestUtils.TemplateExtractionOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestUtils.TemplateExtractionOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RestUtils.TemplateExtractionOption EXTRACT_TEMPLATE_PARAMETERS
public static final RestUtils.TemplateExtractionOption IGNORE_TEMPLATE_PARAMETERS
public static RestUtils.TemplateExtractionOption[] values()
for (RestUtils.TemplateExtractionOption c : RestUtils.TemplateExtractionOption.values()) System.out.println(c);
public static RestUtils.TemplateExtractionOption 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 © 2019. All Rights Reserved.