org.richfaces.cdk.templatecompiler
Class DefineObjectStatement

java.lang.Object
  extended by org.richfaces.cdk.templatecompiler.BaseTemplateMethodBodyStatement
      extended by org.richfaces.cdk.templatecompiler.DefineObjectStatement
All Implemented Interfaces:
MethodBodyStatement

public class DefineObjectStatement
extends BaseTemplateMethodBodyStatement

Author:
Nick Belaevski

Constructor Summary
DefineObjectStatement(Type type, java.lang.String name, java.lang.String initializationExpression)
           
 
Method Summary
 java.lang.String getInitializationExpression()
           
 java.lang.String getName()
           
 Type getType()
           
 
Methods inherited from class org.richfaces.cdk.templatecompiler.BaseTemplateMethodBodyStatement
getCode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefineObjectStatement

public DefineObjectStatement(Type type,
                             java.lang.String name,
                             java.lang.String initializationExpression)
Method Detail

getType

public Type getType()
Returns:
the type

getName

public java.lang.String getName()
Returns:
the name

getInitializationExpression

public java.lang.String getInitializationExpression()
Returns:
the initializationExpression


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