public enum HelperMethod extends Enum<HelperMethod>
| Modifier and Type | Field and Description |
|---|---|
static EnumMap<HelperMethod,String> |
METHOD_NAMES |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getArgumentTypes() |
static Set<HelperMethod> |
getConversionMethods() |
String |
getName() |
String |
getReturnType() |
static HelperMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HelperMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HelperMethod TO_STRING_CONVERSION
public static final HelperMethod TO_BOOLEAN_CONVERSION
public static final HelperMethod TO_INTEGER_CONVERSION
public static final HelperMethod TO_BYTE_CONVERSION
public static final HelperMethod TO_SHORT_CONVERSION
public static final HelperMethod TO_LONG_CONVERSION
public static final HelperMethod TO_FLOAT_CONVERSION
public static final HelperMethod TO_DOUBLE_CONVERSION
public static final HelperMethod TO_CHAR_CONVERSION
public static final HelperMethod EMPTINESS_CHECK
public static final HelperMethod EQUALS_CHECK
public static final HelperMethod SHOULD_RENDER_ATTRIBUTE
public static final HelperMethod CREATE_ATTRIBUTES
public static final HelperMethod RENDER_ATTRIBUTES_SET
public static final HelperMethod RENDER_ATTRIBUTE
public static final HelperMethod ADD_TO_SCRIPT_HASH
public static final HelperMethod ADD_TO_SCRIPT_HASH_ATTRIBUTES
public static final HelperMethod TO_SCRIPT_ARGS
public static final HelperMethod CONCAT
public static final HelperMethod HAS_FACET
public static final EnumMap<HelperMethod,String> METHOD_NAMES
public static HelperMethod[] values()
for (HelperMethod c : HelperMethod.values()) System.out.println(c);
public static HelperMethod 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 String getReturnType()
public String[] getArgumentTypes()
public static Set<HelperMethod> getConversionMethods()
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.