com.ibm.etools.iseries.edit.generator.model
Class RPGJavaMethodCall
java.lang.Object
com.ibm.etools.iseries.edit.generator.model.RPGJavaMethodCall
public class RPGJavaMethodCall
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RPGJavaMethodCall
public RPGJavaMethodCall()
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
-
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.