All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.beans.script.comps.netrexx.SCRNetReXXEventMethodInfo
java.lang.Object
|
+----com.ibm.beans.script.ide.SCRIDEClassInfo
|
+----com.ibm.beans.script.comps.java.SCRJavaEventMethodInfo
|
+----com.ibm.beans.script.comps.netrexx.SCRNetReXXEventMethodInfo
- public class SCRNetReXXEventMethodInfo
- extends SCRJavaEventMethodInfo
This class stores special information for an event method. It stores the
method name, modifier, return type, and parameters in string
format. The infomation is used for generating method prototype of the
script. It is dirived from SCRJavaEventMethodInfo class.
- See Also:
- SCRIDEClassInfo
-
SCRNetReXXEventMethodInfo(String)
- Constructor for SCRNetRexxEventMethodInfo.
-
getJavaTitle(String)
- Gets the method prototype for the script.
-
shortName(String)
- Gets the short name for an imported class.
SCRNetReXXEventMethodInfo
public SCRNetReXXEventMethodInfo(String title)
- Constructor for SCRNetRexxEventMethodInfo.
- Parameters:
- title - The method prototype which is used for the constructor
of the super class.
getJavaTitle
public String getJavaTitle(String obj_name)
- Gets the method prototype for the script.
- Parameters:
- obj_name - The Java object name.
- Returns:
- The NetRexx method prototype.
- Overrides:
- getJavaTitle in class SCRJavaEventMethodInfo
shortName
protected String shortName(String longName)
- Gets the short name for an imported class.
- Parameters:
- longName - The full name of the class.
- Returns:
- The short name of the class.
All Packages Class Hierarchy This Package Previous Next Index