source: ether_statistics/domain/interface/com/ether/user/UserRole.java @ 569

Last change on this file since 569 was 569, checked in by vmipsl, 12 years ago

Nouveau projet

File size: 148 bytes
Line 
1package com.ether.user;
2
3/**
4 * User: vmipsl
5 * Date: 25 nov. 2011
6 */
7public enum UserRole
8{
9    COORDINATOR,
10    ADMINISTRATOR,
11    TECHNICIEN,
12}
Note: See TracBrowser for help on using the repository browser.