RichFaces CDK Generator 4.2.0.CR1

org.richfaces.cdk.templatecompiler.builder.model
Class StatementImpl

java.lang.Object
  extended by org.richfaces.cdk.templatecompiler.builder.model.StatementImpl
All Implemented Interfaces:
JavaStatement, RequireImports

public class StatementImpl
extends Object
implements JavaStatement

Author:
Nick Belaevski

Field Summary
 
Fields inherited from interface org.richfaces.cdk.templatecompiler.builder.model.RequireImports
IMPORTS_TRANSFORM
 
Constructor Summary
StatementImpl(String code)
           
 
Method Summary
 String getCode()
           
 Iterable<JavaImport> getRequiredImports()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StatementImpl

public StatementImpl(String code)
Method Detail

getCode

public String getCode()
Specified by:
getCode in interface JavaStatement

toString

public String toString()
Overrides:
toString in class Object

getRequiredImports

public Iterable<JavaImport> getRequiredImports()
Specified by:
getRequiredImports in interface RequireImports

RichFaces CDK Generator 4.2.0.CR1

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