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