source: ether_ndacc_bis/persistence/implementation/com/ether/dao/instrument/InstrumentTypeUserType.java @ 827

Last change on this file since 827 was 827, checked in by npipsl, 9 years ago

Changement Jussieu vers Polytechnique

File size: 310 bytes
Line 
1package com.ether.dao.instrument;
2
3import com.ether.EnumUserType;
4import com.ether.instrument.InstrumentType;
5
6/**
7 * @author vmipsl
8 * @date 24 jan 2011
9 */
10public class InstrumentTypeUserType extends EnumUserType<InstrumentType>
11{
12    public InstrumentTypeUserType() {
13        super(InstrumentType.class);
14    }
15}
Note: See TracBrowser for help on using the repository browser.