All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.beans.script.ide.SCRIDERegisteredClass
java.lang.Object
|
+----com.ibm.beans.script.SCRRegisteredClass
|
+----com.ibm.beans.script.ide.SCRIDERegisteredClass
- public class SCRIDERegisteredClass
- extends SCRRegisteredClass
This class is for the IDE component registered classes.
- See Also:
- SCRRegisteredClass
-
SCRIDERegisteredClass(Class)
- Constructor for SCRIDERegisteredClass.
-
getClassInfo()
- Gets the class information tree of the registered class.
-
isIntrospected()
- Gets the introspected flag.
-
putClassInfo(SCRIDEClassInfo)
- Sets the class information tree of the registered class.
SCRIDERegisteredClass
public SCRIDERegisteredClass(Class cls)
- Constructor for SCRIDERegisteredClass. It is called by the
registerClass method of SCRComponent or its subclass.
- Parameters:
- cls - The registered class.
getClassInfo
public SCRIDEClassInfo getClassInfo()
- Gets the class information tree of the registered class.
- Returns:
- The current value of classInfo.
putClassInfo
public void putClassInfo(SCRIDEClassInfo cls_info)
- Sets the class information tree of the registered class.
- Parameters:
- cls_info - The class information tree of the registered class.
isIntrospected
public boolean isIntrospected()
- Gets the introspected flag.
- Returns:
- true if the registered class is introspected, false otherwise.
- Overrides:
- isIntrospected in class SCRRegisteredClass
All Packages Class Hierarchy This Package Previous Next Index