Package | Description |
---|---|
org.eclipse.birt.report.model.api.core |
Represents the fundamental data structures of the user-defined property
and the interface of UI listener.
|
org.eclipse.birt.report.model.api.extension |
Defines the fundamental interfaces for those extensions from the
reportitem extension point.
|
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 |
Modifier and Type | Method and Description |
---|---|
IMethodInfo |
UserPropertyDefn.getMethodInfo()
User-defined methods are not supported.
|
Modifier and Type | Method and Description |
---|---|
IMethodInfo |
PropertyDefinition.getMethodInfo() |
IMethodInfo |
IPropertyDefinition.getMethodInfo()
Returns the method information of this property.
|
IMethodInfo[] |
ReportItem.getMethods(java.lang.String methodName) |
IMethodInfo[] |
IReportItem.getMethods(java.lang.String methodName)
Returns the method info list of extension elements.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ITemplateMethodInfo
Represents the method information that can provide code template.
|
Modifier and Type | Class and Description |
---|---|
class |
MethodInfo
Represents the method information for both class and element.
|
Modifier and Type | Method and Description |
---|---|
IMethodInfo |
IClassInfo.getConstructor()
Returns the constructor definition.
|
IMethodInfo |
ClassInfo.getConstructor()
Returns the constructor definition.
|
IMethodInfo |
IClassInfo.getMethod(java.lang.String name)
Get the method definition given the method name.
|
IMethodInfo |
ClassInfo.getMethod(java.lang.String name)
Get the method definition given the method name.
|
IMethodInfo |
IElementPropertyDefn.getMethodInfo()
Returns the method information of this property.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IMethodInfo> |
IMetaDataDictionary.getFunctions()
Returns the function list.
|
java.util.List<IMethodInfo> |
IClassInfo.getMethods()
Returns the method definition list.
|
java.util.List<IMethodInfo> |
ClassInfo.getMethods()
Returns the method definition list.
|
Modifier and Type | Method and Description |
---|---|
protected 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.
|
Modifier and Type | Class and Description |
---|---|
class |
ConstructorInfo
Represents the method information for both class and element.
|
class |
TemplateMethodInfo
Represents the method information that can provide code snippet as the
template.
|
Modifier and Type | Method and Description |
---|---|
protected IMethodInfo |
ClassInfo.createConstructorInfo(java.lang.reflect.Constructor classMethod) |
protected IMethodInfo |
ClassInfo.createMethodInfo(java.lang.reflect.Method classMethod) |
IMethodInfo |
ClassInfo.getConstructor()
Returns the constructor definition.
|
IMethodInfo |
ClassInfo.getMethod(java.lang.String name)
Get the method definition given the method name.
|
Copyright © 2008 Actuate Corp. All rights reserved.