RichFaces CDK Generator 4.2.0.CR1

org.richfaces.cdk.templatecompiler.statements
Enum HelperMethod

java.lang.Object
  extended by java.lang.Enum<HelperMethod>
      extended by org.richfaces.cdk.templatecompiler.statements.HelperMethod
All Implemented Interfaces:
Serializable, Comparable<HelperMethod>

public enum HelperMethod
extends Enum<HelperMethod>

Author:
Nick Belaevski

Enum Constant Summary
ADD_TO_SCRIPT_HASH
           
ADD_TO_SCRIPT_HASH_ATTRIBUTES
           
CONCAT
           
CREATE_ATTRIBUTES
           
EMPTINESS_CHECK
           
EQUALS_CHECK
           
RENDER_ATTRIBUTE
           
RENDER_ATTRIBUTES_SET
           
SHOULD_RENDER_ATTRIBUTE
           
TO_BOOLEAN_CONVERSION
           
TO_SCRIPT_ARGS
           
TO_STRING_CONVERSION
           
 
Field Summary
static EnumMap<HelperMethod,String> METHOD_NAMES
           
 
Method Summary
 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.
 
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
 

Enum Constant Detail

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
Field Detail

METHOD_NAMES

public static final EnumMap<HelperMethod,String> METHOD_NAMES
Method Detail

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(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:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

getName

public String getName()

getReturnType

public String getReturnType()

getArgumentTypes

public String[] getArgumentTypes()

getConversionMethods

public static Set<HelperMethod> getConversionMethods()

RichFaces CDK Generator 4.2.0.CR1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.