Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.edit.generator.model
Class RPGJavaMethodCall

java.lang.Object
  extended by com.ibm.etools.iseries.edit.generator.model.RPGJavaMethodCall

public class RPGJavaMethodCall
extends Object


Constructor Summary
RPGJavaMethodCall()
           
 
Method Summary
 List getCtorParamList()
           
 int getGenCodeLocation()
           
 Class getJavaClass()
           
 Constructor getJavaCtor()
           
 Method getJavaMethod()
           
 List getMethodParamList()
           
 String getRpgCtorName()
           
 String getRpgMethodProtoName()
           
 String getRpgObjName()
           
 String getRpgReturnValName()
           
 boolean isGenCtorCC()
           
 boolean isGenMethodCC()
           
 boolean isGenMethodProto()
           
 boolean isGenObj()
           
 void setCtorParamList(List list)
           
 void setGenCodeLocation(int i)
           
 void setGenCtorCC(boolean b)
           
 void setGenMethodCC(boolean b)
           
 void setGenMethodProto(boolean b)
           
 void setGenObj(boolean b)
           
 void setJavaClass(Class class1)
           
 void setJavaCtor(Constructor constructor)
           
 void setJavaMethod(Method method)
           
 void setMethodParamList(List list)
           
 void setRpgCtorName(String string)
           
 void setRpgMethodProtoName(String string)
           
 void setRpgObjName(String string)
           
 void setRpgReturnValName(String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RPGJavaMethodCall

public RPGJavaMethodCall()
Method Detail

getCtorParamList

public List getCtorParamList()
Returns:

getGenCodeLocation

public int getGenCodeLocation()
Returns:

isGenCtorCC

public boolean isGenCtorCC()
Returns:

isGenMethodCC

public boolean isGenMethodCC()
Returns:

getMethodParamList

public List getMethodParamList()
Returns:

getRpgCtorName

public String getRpgCtorName()
Returns:

getRpgMethodProtoName

public String getRpgMethodProtoName()
Returns:

getRpgObjName

public String getRpgObjName()
Returns:

getRpgReturnValName

public String getRpgReturnValName()
Returns:

isGenMethodProto

public boolean isGenMethodProto()
Returns:

getJavaClass

public Class getJavaClass()
Returns:

getJavaCtor

public Constructor getJavaCtor()
Returns:

getJavaMethod

public Method getJavaMethod()
Returns:

isGenObj

public boolean isGenObj()
Returns:

setCtorParamList

public void setCtorParamList(List list)
Parameters:
list -

setMethodParamList

public void setMethodParamList(List list)
Parameters:
list -

setGenCodeLocation

public void setGenCodeLocation(int i)
Parameters:
i -

setGenCtorCC

public void setGenCtorCC(boolean b)
Parameters:
b -

setGenMethodCC

public void setGenMethodCC(boolean b)
Parameters:
b -

setRpgCtorName

public void setRpgCtorName(String string)
Parameters:
string -

setRpgMethodProtoName

public void setRpgMethodProtoName(String string)
Parameters:
string -

setRpgObjName

public void setRpgObjName(String string)
Parameters:
string -

setRpgReturnValName

public void setRpgReturnValName(String string)
Parameters:
string -

setGenObj

public void setGenObj(boolean b)
Parameters:
b -

setGenMethodProto

public void setGenMethodProto(boolean b)
Parameters:
b -

setJavaClass

public void setJavaClass(Class class1)
Parameters:
class1 -

setJavaCtor

public void setJavaCtor(Constructor constructor)
Parameters:
constructor -

setJavaMethod

public void setJavaMethod(Method method)
Parameters:
method -

Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.