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

Constructor Index

 o SCRIDERegisteredClass(Class)
Constructor for SCRIDERegisteredClass.

Method Index

 o getClassInfo()
Gets the class information tree of the registered class.
 o isIntrospected()
Gets the introspected flag.
 o putClassInfo(SCRIDEClassInfo)
Sets the class information tree of the registered class.

Constructors

 o 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.

Methods

 o getClassInfo
 public SCRIDEClassInfo getClassInfo()
Gets the class information tree of the registered class.

Returns:
The current value of classInfo.
 o 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.
 o 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