Class Param
- java.lang.Object
-
- org.apache.camel.tooling.util.srcgen.Param
-
public class Param extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()GenericTypegetType()StringgetTypeLiteral()booleanisVararg()
-
-
-
Constructor Detail
-
Param
public Param(GenericType type, String name)
-
Param
public Param(GenericType type, String name, boolean vararg)
-
-
Method Detail
-
getType
public GenericType getType()
-
getTypeLiteral
public String getTypeLiteral()
-
getName
public String getName()
-
isVararg
public boolean isVararg()
-
-