Class TemplateMethodInfo
java.lang.Object
org.eclipse.birt.report.model.api.scripts.MethodInfo
org.eclipse.birt.report.model.api.scripts.TemplateMethodInfo
- All Implemented Interfaces:
ILocalizableInfo
,IMethodInfo
,ITemplateMethodInfo
Represents the method information that can provide code snippet as the
template.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the template code snippet for the method.Methods inherited from class org.eclipse.birt.report.model.api.scripts.MethodInfo
argumentListIterator, getClassReturnType, getDisplayName, getDisplayNameKey, getJavaDoc, getMethod, getName, getReturnType, getToolTip, getToolTipKey, isConstructor, isStatic
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.birt.report.model.api.metadata.ILocalizableInfo
getDisplayName, getDisplayNameKey, getName
Methods inherited from interface org.eclipse.birt.report.model.api.metadata.IMethodInfo
argumentListIterator, getClassReturnType, getJavaDoc, getReturnType, getToolTip, getToolTipKey, isConstructor, isStatic
-
Constructor Details
-
TemplateMethodInfo
Default constructor.- Parameters:
method
-
-
-
Method Details
-
getCodeTemplate
Description copied from interface:ITemplateMethodInfo
Returns the template code snippet for the method.- Specified by:
getCodeTemplate
in interfaceITemplateMethodInfo
- Returns:
- the code template in string
-