source: trunk/grails-app/domain/dbnp/studycapturing/ProtocolParameterInstance.groovy @ 115

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 
1package dbnp.studycapturing
2
3class 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.