source: ether_megapoli/trunk/domain/interface/com/ether/user/UserRole.java @ 281

Last change on this file since 281 was 281, checked in by vmipsl, 13 years ago

Login

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.