oracle.toplink.tools.codegen
Class NonreflectiveMethodDefinition
java.lang.Object
   oracle.toplink.tools.codegen.CodeDefinition
oracle.toplink.tools.codegen.CodeDefinition
       oracle.toplink.tools.codegen.MethodDefinition
oracle.toplink.tools.codegen.MethodDefinition
           oracle.toplink.tools.codegen.NonreflectiveMethodDefinition
oracle.toplink.tools.codegen.NonreflectiveMethodDefinition
- public class NonreflectiveMethodDefinition
- extends MethodDefinition
Purpose: Model a method for code generation purposes, using java.lang.String for the parameter types.
- Since:
- TopLink 5.0
 
 
 
 
| Methods inherited from class oracle.toplink.tools.codegen.MethodDefinition | 
| addException, addLine, argumentNames, argumentNamesSize, equals, getArgumentName, getLines, getReturnType, hashCode, isAbstract, isConstructor, setIsAbstract, setIsConstructor, setReturnType, writeBody | 
| Methods inherited from class java.lang.Object | 
| getClass, notify, notifyAll, wait, wait, wait | 
 
 
NonreflectiveMethodDefinition
public NonreflectiveMethodDefinition()
addArgument
public void addArgument(java.lang.String argumentType,
                        java.lang.String argumentName)
getArgumentTypes
public java.util.Vector getArgumentTypes()