Class ScriptableClassInfo
- java.lang.Object
-
- org.eclipse.birt.report.model.api.scripts.ScriptableClassInfo
-
public class ScriptableClassInfo extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ScriptableClassInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IClassInfo
getClass(java.lang.String className)
Returns the scriptable class information for the given class full name.
-
-
-
Method Detail
-
getClass
public IClassInfo getClass(java.lang.String className)
Returns the scriptable class information for the given class full name.- Parameters:
className
-- Returns:
- the class information
-
-