org.richfaces.cdk.templatecompiler.statements
Enum HelperMethod
java.lang.Object
java.lang.Enum<HelperMethod>
org.richfaces.cdk.templatecompiler.statements.HelperMethod
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<HelperMethod>
public enum HelperMethod
- extends java.lang.Enum<HelperMethod>
- Author:
- Nick Belaevski
| Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
TO_STRING_CONVERSION
public static final HelperMethod TO_STRING_CONVERSION
TO_BOOLEAN_CONVERSION
public static final HelperMethod TO_BOOLEAN_CONVERSION
EMPTINESS_CHECK
public static final HelperMethod EMPTINESS_CHECK
EQUALS_CHECK
public static final HelperMethod EQUALS_CHECK
SHOULD_RENDER_ATTRIBUTE
public static final HelperMethod SHOULD_RENDER_ATTRIBUTE
CREATE_ATTRIBUTES
public static final HelperMethod CREATE_ATTRIBUTES
RENDER_ATTRIBUTES_SET
public static final HelperMethod RENDER_ATTRIBUTES_SET
RENDER_ATTRIBUTE
public static final HelperMethod RENDER_ATTRIBUTE
ADD_TO_SCRIPT_HASH
public static final HelperMethod ADD_TO_SCRIPT_HASH
ADD_TO_SCRIPT_HASH_ATTRIBUTES
public static final HelperMethod ADD_TO_SCRIPT_HASH_ATTRIBUTES
TO_SCRIPT_ARGS
public static final HelperMethod TO_SCRIPT_ARGS
CONCAT
public static final HelperMethod CONCAT
METHOD_NAMES
public static final java.util.EnumMap<HelperMethod,java.lang.String> METHOD_NAMES
values
public static HelperMethod[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (HelperMethod c : HelperMethod.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static HelperMethod valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
getName
public java.lang.String getName()
getReturnType
public java.lang.String getReturnType()
getArgumentTypes
public java.lang.String[] getArgumentTypes()
getConversionMethods
public static java.util.Set<HelperMethod> getConversionMethods()
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.