Oracle Application Server TopLink API Reference
10g (9.0.4)

B10491-01

oracle.toplink.tools.codegen
Class ReflectiveMethodDefinition

java.lang.Object
  |
  +--oracle.toplink.tools.codegen.CodeDefinition
        |
        +--oracle.toplink.tools.codegen.MethodDefinition
              |
              +--oracle.toplink.tools.codegen.ReflectiveMethodDefinition

public class ReflectiveMethodDefinition
extends MethodDefinition

Purpose: Model a method for code generation purposes, using java.lang.Class for the parameter types.

Since:
TopLink 5.0

Constructor Summary
ReflectiveMethodDefinition()
           

 

Method Summary
 void addArgument(java.lang.Class argumentType, java.lang.String argumentName)
           
 java.util.Vector getArgumentTypes()
           

 

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 oracle.toplink.tools.codegen.CodeDefinition
getAccessLevel, getComment, getName, setAccessLevel, setComment, setName, toString, write

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Constructor Detail

ReflectiveMethodDefinition

public ReflectiveMethodDefinition()
Method Detail

addArgument

public void addArgument(java.lang.Class argumentType,
                        java.lang.String argumentName)

getArgumentTypes

public java.util.Vector getArgumentTypes()
Overrides:
getArgumentTypes in class MethodDefinition

Copyright © 2003 Oracle Corporation. All Rights Reserved.