org.richfaces.cdk.templatecompiler
Class ForEachStatement

java.lang.Object
  extended by org.richfaces.cdk.templatecompiler.builder.model.MethodBodyStatementsContainer
      extended by org.richfaces.cdk.templatecompiler.AbstractTemplateMethodBodyStatementsContainer
          extended by org.richfaces.cdk.templatecompiler.ForEachStatement
All Implemented Interfaces:
MethodBodyStatement

public class ForEachStatement
extends AbstractTemplateMethodBodyStatementsContainer

Author:
Nick Belaevski

Constructor Summary
ForEachStatement(java.lang.String itemsExpression, java.lang.String var, java.lang.String varType)
           
 
Method Summary
 java.lang.String getItemsExpression()
           
 java.lang.String getVar()
           
 java.lang.String getVarType()
           
 
Methods inherited from class org.richfaces.cdk.templatecompiler.AbstractTemplateMethodBodyStatementsContainer
getCode
 
Methods inherited from class org.richfaces.cdk.templatecompiler.builder.model.MethodBodyStatementsContainer
addStatement, addStatement, addStatement, addStatement, getStatements, isEmpty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForEachStatement

public ForEachStatement(java.lang.String itemsExpression,
                        java.lang.String var,
                        java.lang.String varType)
Method Detail

getItemsExpression

public java.lang.String getItemsExpression()
Returns:
the itemsExpression

getVar

public java.lang.String getVar()
Returns:
the var

getVarType

public java.lang.String getVarType()
Returns:
the varType


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.