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