RichFaces CDK Generator 4.2.0.CR1

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

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

public class Argument
extends Object
implements RequireImports

Representation of method argument

Author:
Maksim Kaszynski

Field Summary
 
Fields inherited from interface org.richfaces.cdk.templatecompiler.builder.model.RequireImports
IMPORTS_TRANSFORM
 
Constructor Summary
Argument(String name, ELType type)
           
 
Method Summary
static Argument arg(String name, ELType type)
           
 String getName()
           
 Iterable<JavaImport> getRequiredImports()
           
 ELType getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Argument

public Argument(String name,
                ELType type)
Method Detail

arg

public static Argument arg(String name,
                           ELType type)

getType

public ELType getType()

getName

public String getName()

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.