Uses of Interface
org.eclipse.birt.report.model.api.metadata.IClassInfo

Packages that use IClassInfo
org.eclipse.birt.report.model.api.metadata Defines the elements, properties, types, structures and slots in the Report Object Model. 
org.eclipse.birt.report.model.api.scripts   
 

Uses of IClassInfo in org.eclipse.birt.report.model.api.metadata
 

Classes in org.eclipse.birt.report.model.api.metadata that implement IClassInfo
 class ClassInfo
          Represents the script object definition.
 

Methods in org.eclipse.birt.report.model.api.metadata that return IClassInfo
 IClassInfo ArgumentInfo.getClassType()
          Returns the class type of this argument.
 IClassInfo IMethodInfo.getClassReturnType()
          Returns the script type for return.
 IClassInfo IMetaDataDictionary.getClass(java.lang.String name)
          Returns the class definition given the class name.
 IClassInfo IArgumentInfo.getClassType()
          Returns the argument type in Class.
 IClassInfo MethodInfo.getClassReturnType()
           
 

Uses of IClassInfo in org.eclipse.birt.report.model.api.scripts
 

Methods in org.eclipse.birt.report.model.api.scripts that return IClassInfo
 IClassInfo ArgumentInfo.getClassType()
          Returns the class type of this argument.
 IClassInfo IScriptableObjectClassInfo.getScriptableClass(java.lang.String className)
          Returns the class information for the given class name.
 IClassInfo ConstructorInfo.getClassReturnType()
           
 IClassInfo MethodInfo.getClassReturnType()
           
 



Copyright © 2005 Actuate Corp. All rights reserved.