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 IMetaDataDictionary.getClass(java.lang.String name)
          Returns the class definition given the class name.
 IClassInfo MethodInfo.getClassReturnType()
           
 IClassInfo IMethodInfo.getClassReturnType()
          Returns the script type for return.
 IClassInfo IMemberInfo.getClassType()
          Returns the member type in Class.
 IClassInfo IArgumentInfo.getClassType()
          Returns the argument type in Class.
 IClassInfo MemberInfo.getClassType()
           
 IClassInfo ArgumentInfo.getClassType()
          Returns the class type of this argument.
 

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

Methods in org.eclipse.birt.report.model.api.scripts that return IClassInfo
 IClassInfo MethodInfo.getClassReturnType()
           
 IClassInfo ConstructorInfo.getClassReturnType()
           
 IClassInfo MemberInfo.getClassType()
           
 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.
 



Copyright © 2008 Actuate Corp. All rights reserved.