source: tapas/domain/interface/com/ether/SpectralUnit.java @ 440

Last change on this file since 440 was 440, checked in by rboipsl, 12 years ago

ajout anotations
usermandatory

File size: 237 bytes
Line 
1package com.ether;
2
3import java.lang.reflect.Field;
4
5/**
6 * User: rboipsl
7 * Date: 19 march 2012
8 */
9public enum SpectralUnit
10{
11    NM,
12    CM
13
14    /*"Vacuum Wavelength (nm)",
15    'Standard Wavelength (nm)',
16    'Wavenumber (cm-1)'*/
17
18}
Note: See TracBrowser for help on using the repository browser.