Last change
on this file since 115 was
115,
checked in by jahn, 14 years ago
|
Committed as part of Event editing.
|
File size:
345 bytes
|
Line | |
---|
1 | package dbnp.studycapturing |
---|
2 | |
---|
3 | class ProtocolParameterInstance { |
---|
4 | |
---|
5 | ProtocolParameter protocolParameter |
---|
6 | String value |
---|
7 | |
---|
8 | // to do: replace string by element in {String, double, long} |
---|
9 | // ways static hasMany = [stringParameterValues : String, numberParameterValues : double, listParameterValues: long] |
---|
10 | |
---|
11 | static constraints = { |
---|
12 | } |
---|
13 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.