gov.nih.nci.cagrid.introduce.codegen.services.methods
Class Modification
java.lang.Object
gov.nih.nci.cagrid.introduce.codegen.services.methods.Modification
public class Modification
- extends java.lang.Object
Holds a modified method object and it's coresponding old
JavaMethod object
- Version:
- $Id: mobiusEclipseCodeTemplates.xml,v 1.2 2005/04/19 14:58:02 oster
Exp $
- Author:
- Shannon Hastings , Scott Oster , Stephen Langella
|
Constructor Summary |
Modification(MethodType methodType,
org.apache.ws.jaxme.js.JavaMethod iMethod,
org.apache.ws.jaxme.js.JavaMethod implMethod)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Modification
public Modification(MethodType methodType,
org.apache.ws.jaxme.js.JavaMethod iMethod,
org.apache.ws.jaxme.js.JavaMethod implMethod)
getIMethod
public org.apache.ws.jaxme.js.JavaMethod getIMethod()
setIMethod
public void setIMethod(org.apache.ws.jaxme.js.JavaMethod iMethod)
getImplMethod
public org.apache.ws.jaxme.js.JavaMethod getImplMethod()
setImplMethod
public void setImplMethod(org.apache.ws.jaxme.js.JavaMethod implMethod)
getMethodType
public MethodType getMethodType()
setMethodType
public void setMethodType(MethodType methodType)
main
public static void main(java.lang.String[] args)
- Parameters:
args -