public static enum TemplateError.ErrorItem extends Enum<TemplateError.ErrorItem>
Enum Constant and Description |
---|
EXPRESSION_TEST |
FILTER |
FUNCTION |
OTHER |
PROPERTY |
TAG |
TEMPLATE |
TOKEN |
Modifier and Type | Method and Description |
---|---|
static TemplateError.ErrorItem |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TemplateError.ErrorItem[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TemplateError.ErrorItem TEMPLATE
public static final TemplateError.ErrorItem TOKEN
public static final TemplateError.ErrorItem TAG
public static final TemplateError.ErrorItem FUNCTION
public static final TemplateError.ErrorItem PROPERTY
public static final TemplateError.ErrorItem FILTER
public static final TemplateError.ErrorItem EXPRESSION_TEST
public static final TemplateError.ErrorItem OTHER
public static TemplateError.ErrorItem[] values()
for (TemplateError.ErrorItem c : TemplateError.ErrorItem.values()) System.out.println(c);
public static TemplateError.ErrorItem 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.