org.jpox.enhancer.method
Class JdoCopyKeyFieldsFromObjectId2
java.lang.Object
org.jpox.enhancer.method.ClassElementBuilder
org.jpox.enhancer.method.MethodBuilder
org.jpox.enhancer.method.JdoCopyKeyFieldsFromObjectId2
- public class JdoCopyKeyFieldsFromObjectId2
- extends MethodBuilder
Creates the jdoCopyKeyFieldsFromObjectId(Object oid) method.
- Version:
- $Revision: 1.29 $
Constructor Summary |
JdoCopyKeyFieldsFromObjectId2(java.lang.String methodName,
int type,
org.apache.bcel.generic.Type resultType,
org.apache.bcel.generic.Type[] argType,
java.lang.String[] argName,
boolean synthetic,
GeneratorBase gen)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
JdoCopyKeyFieldsFromObjectId2
public JdoCopyKeyFieldsFromObjectId2(java.lang.String methodName,
int type,
org.apache.bcel.generic.Type resultType,
org.apache.bcel.generic.Type[] argType,
java.lang.String[] argName,
boolean synthetic,
GeneratorBase gen)
- Parameters:
methodName
- Name of the methodtype
- Type of objectresultType
- Type of resultargType
- Types of argsargName
- Names of argssynthetic
- Whether it is syntheticgen
- Generator base
getInstance
public static JdoCopyKeyFieldsFromObjectId2 getInstance(GeneratorBase gen)
- Create and return instance of this class.
- Parameters:
gen
- target class generator
- Returns:
- instance of this class
execute
public void execute()
- Description copied from class:
ClassElementBuilder
- ClassElementBuilder routine
- Overrides:
execute
in class MethodBuilder
Copyright © -2007 . All Rights Reserved.