Oracle Application Server TopLink API Reference
10g (9.0.4)

B10491-01

oracle.toplink.tools.codegen
Class NonreflectiveMethodDefinition

java.lang.Object
  |
  +--oracle.toplink.tools.codegen.CodeDefinition
        |
        +--oracle.toplink.tools.codegen.MethodDefinition
              |
              +--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

Constructor Summary
NonreflectiveMethodDefinition()
           

 

Method Summary
 void addArgument(java.lang.String 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

NonreflectiveMethodDefinition

public NonreflectiveMethodDefinition()
Method Detail

addArgument

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

getArgumentTypes

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

Copyright © 2003 Oracle Corporation. All Rights Reserved.