Oracle Application Server TopLink API Reference
10g Release 2 (10.1.2)

B15903-01


oracle.toplink.tools.codegen
Class NonreflectiveMethodDefinition

java.lang.Object
  extended byoracle.toplink.tools.codegen.CodeDefinition
      extended byoracle.toplink.tools.codegen.MethodDefinition
          extended byoracle.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()

Copyright © 1998, 2005 Oracle Corporation. All Rights Reserved.