Uses of Interface
org.eclipse.birt.report.model.api.metadata.IClassInfo
Packages that use IClassInfo
Package
Description
Defines the elements, properties, types, structures and slots
in the Report Object Model.
-
Uses of IClassInfo in org.eclipse.birt.report.model.api.metadata
Classes in org.eclipse.birt.report.model.api.metadata that implement IClassInfoMethods in org.eclipse.birt.report.model.api.metadata that return IClassInfoModifier and TypeMethodDescriptionReturns the class definition given the class name.IMethodInfo.getClassReturnType()
Returns the script type for return.MethodInfo.getClassReturnType()
ArgumentInfo.getClassType()
Returns the class type of this argument.IArgumentInfo.getClassType()
Returns the argument type in Class.IMemberInfo.getClassType()
Returns the member type in Class.MemberInfo.getClassType()
Methods in org.eclipse.birt.report.model.api.metadata that return types with arguments of type IClassInfo -
Uses of IClassInfo in org.eclipse.birt.report.model.api.scripts
Classes in org.eclipse.birt.report.model.api.scripts that implement IClassInfoMethods in org.eclipse.birt.report.model.api.scripts that return IClassInfoModifier and TypeMethodDescriptionReturns the scriptable class information for the given class full name.ConstructorInfo.getClassReturnType()
MethodInfo.getClassReturnType()
ArgumentInfo.getClassType()
Returns the class type of this argument.MemberInfo.getClassType()
IScriptableObjectClassInfo.getScriptableClass
(String className) Returns the class information for the given class name.