Uses of Interface
org.eclipse.birt.report.model.api.metadata.IMethodInfo
Packages that use IMethodInfo
Package
Description
Represents the fundamental data structures of the user-defined property
and the interface of UI listener.
Defines the fundamental interfaces for those extensions from the
reportitem extension point.
Defines the elements, properties, types, structures and slots
in the Report Object Model.
-
Uses of IMethodInfo in org.eclipse.birt.report.model.api.core
Methods in org.eclipse.birt.report.model.api.core that return IMethodInfoModifier and TypeMethodDescriptionUserPropertyDefn.getMethodInfo()
User-defined methods are not supported. -
Uses of IMethodInfo in org.eclipse.birt.report.model.api.extension
Methods in org.eclipse.birt.report.model.api.extension that return IMethodInfoModifier and TypeMethodDescriptionIPropertyDefinition.getMethodInfo()
Returns the method information of this property.PropertyDefinition.getMethodInfo()
IReportItem.getMethods
(String methodName) Returns the method info list of extension elements.ReportItem.getMethods
(String methodName) -
Uses of IMethodInfo in org.eclipse.birt.report.model.api.metadata
Subinterfaces of IMethodInfo in org.eclipse.birt.report.model.api.metadataModifier and TypeInterfaceDescriptioninterface
Represents the method information that can provide code template.Classes in org.eclipse.birt.report.model.api.metadata that implement IMethodInfoModifier and TypeClassDescriptionclass
Represents the method information for both class and element.Methods in org.eclipse.birt.report.model.api.metadata that return IMethodInfoModifier and TypeMethodDescriptionClassInfo.getConstructor()
Returns the constructor definition.IClassInfo.getConstructor()
Returns the constructor definition.Get the method definition given the method name.Get the method definition given the method name.IElementPropertyDefn.getMethodInfo()
Returns the method information of this property.Methods in org.eclipse.birt.report.model.api.metadata that return types with arguments of type IMethodInfoModifier and TypeMethodDescriptionIMetaDataDictionary.getFunctions()
Returns the function list.ClassInfo.getMethods()
Returns the method definition list.IClassInfo.getMethods()
Returns the method definition list.Methods in org.eclipse.birt.report.model.api.metadata with parameters of type IMethodInfoModifier and TypeMethodDescriptionprotected void
ClassInfo.addMethod
(IMethodInfo methodInfo) Adds one method definition to this class definition.protected void
ClassInfo.setConstructor
(IMethodInfo constructor) Adds constructor since some class has more than one constructor with different arguments. -
Uses of IMethodInfo in org.eclipse.birt.report.model.api.scripts
Classes in org.eclipse.birt.report.model.api.scripts that implement IMethodInfoModifier and TypeClassDescriptionclass
Represents the method information for both class and element.class
Represents the method information for both class and element.class
Represents the method information that can provide code snippet as the template.Methods in org.eclipse.birt.report.model.api.scripts that return IMethodInfoModifier and TypeMethodDescriptionprotected IMethodInfo
ClassInfo.createConstructorInfo
(Constructor classMethod) protected IMethodInfo
ClassInfo.createMethodInfo
(Method classMethod) ClassInfo.getConstructor()
Returns the constructor definition.Get the method definition given the method name.