HelpersBuilder should be used instead@Deprecated public enum BuiltInHelper extends 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.
|
String |
getName()
Deprecated.
|
static BuiltInHelper |
valueOf(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(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 nullpublic String getName()
public Helper getInstance()
Copyright © 2015. All Rights Reserved.