|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.report.model.api.scripts.MethodInfo
org.eclipse.birt.report.model.api.scripts.TemplateMethodInfo
public class TemplateMethodInfo
Represents the method information that can provide code snippet as the template.
Constructor Summary | |
---|---|
TemplateMethodInfo(java.lang.reflect.Method method)
Default constructor. |
Method Summary | |
---|---|
java.lang.String |
getCodeTemplate()
Returns 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.IMethodInfo |
---|
argumentListIterator, getClassReturnType, getJavaDoc, getReturnType, getToolTip, getToolTipKey, isConstructor, isStatic |
Methods inherited from interface org.eclipse.birt.report.model.api.metadata.ILocalizableInfo |
---|
getDisplayName, getDisplayNameKey, getName |
Constructor Detail |
---|
public TemplateMethodInfo(java.lang.reflect.Method method)
method
- Method Detail |
---|
public java.lang.String getCodeTemplate()
ITemplateMethodInfo
getCodeTemplate
in interface ITemplateMethodInfo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |