NIHVIVO-3087 Display information on object method parameters, values, and return type in dump
This commit is contained in:
parent
7df0381a1e
commit
f49460245b
5 changed files with 101 additions and 33 deletions
|
@ -181,4 +181,12 @@ public abstract class BaseIndividualTemplateModel extends BaseTemplateModel {
|
|||
}
|
||||
return id;
|
||||
}
|
||||
|
||||
public String ageInUnits(String units) {
|
||||
return "5 " + units;
|
||||
}
|
||||
|
||||
public int age() {
|
||||
return 10;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue