HelpersBuilder should be used instead@Deprecated public enum BuiltInHelper extends java.lang.Enum<BuiltInHelper>
EngineConfigurationKey.HANDLEBARS_SUPPORT_ENABLED set to
true.| Enum Constant and Description |
|---|
EACH
Deprecated.
|
IF
Deprecated.
|
IS
Deprecated.
|
UNLESS
Deprecated.
|
WITH
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Helper |
getInstance()
Deprecated.
|
java.lang.String |
getName()
Deprecated.
|
static BuiltInHelper |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static BuiltInHelper[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BuiltInHelper EACH
public static final BuiltInHelper IF
public static final BuiltInHelper UNLESS
public static final BuiltInHelper WITH
public static final BuiltInHelper IS
public static BuiltInHelper[] values()
for (BuiltInHelper c : BuiltInHelper.values()) System.out.println(c);
public static BuiltInHelper valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getName()
public Helper getInstance()
Copyright © 2014. All Rights Reserved.