public class ReflectiveMethodDefinition extends MethodDefinition
Purpose: Model a method for code generation purposes, using java.lang.Class for the parameter types.
| Constructor and Description |
|---|
ReflectiveMethodDefinition() |
| Modifier and Type | Method and Description |
|---|---|
void |
addArgument(Class argumentType,
String argumentName) |
Vector |
getArgumentTypes() |
String |
getReturnType() |
Class |
getReturnTypeClass() |
void |
setReturnTypeClass(Class type) |
addException, addLine, addToBuffer, argumentNames, argumentNamesSize, equals, getArgumentName, getLines, hashCode, isAbstract, isConstructor, setIsAbstract, setIsConstructor, setReturnType, writeBodygetAccessLevel, getComment, getName, setAccessLevel, setComment, setName, toString, writepublic Vector getArgumentTypes()
public Class getReturnTypeClass()
public void setReturnTypeClass(Class type)
public String getReturnType()
getReturnType in class MethodDefinitionEclipseLink 2.6.3, "build v20160428-59c81c5" API Reference