org.richfaces.cdk.templatecompiler.builder.model
Class Argument
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Argument
public Argument(String name,
ELType type)
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
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.