Static Public Attributes | List of all members
airbus_cobot_gui.account.accounts.Privilege Class Reference

Class for difine different levels of user access. More...

Static Public Attributes

int DEVELOPER = 3
 
int EXPERT = 2
 
int MAINTENANCE = 1
 
int NONE = -1
 
int OPERATOR = 0
 
dictionary TOLEVEL
 
dictionary TOSTR
 

Detailed Description

Class for difine different levels of user access.

Definition at line 30 of file accounts.py.

Member Data Documentation

int airbus_cobot_gui.account.accounts.Privilege.DEVELOPER = 3
static

Definition at line 36 of file accounts.py.

int airbus_cobot_gui.account.accounts.Privilege.EXPERT = 2
static

Definition at line 35 of file accounts.py.

int airbus_cobot_gui.account.accounts.Privilege.MAINTENANCE = 1
static

Definition at line 34 of file accounts.py.

int airbus_cobot_gui.account.accounts.Privilege.NONE = -1
static

Definition at line 32 of file accounts.py.

int airbus_cobot_gui.account.accounts.Privilege.OPERATOR = 0
static

Definition at line 33 of file accounts.py.

dictionary airbus_cobot_gui.account.accounts.Privilege.TOLEVEL
static
Initial value:
1 = {'none' : NONE,
2  'operator' : OPERATOR,
3  'maintenance': MAINTENANCE,
4  'expert' : EXPERT,
5  'developer' : DEVELOPER}

Definition at line 44 of file accounts.py.

dictionary airbus_cobot_gui.account.accounts.Privilege.TOSTR
static
Initial value:
1 = {NONE : 'none',
2  OPERATOR : 'operator',
3  MAINTENANCE: 'maintenance',
4  EXPERT : 'expert',
5  DEVELOPER : 'developer'}

Definition at line 38 of file accounts.py.


The documentation for this class was generated from the following file:


airbus_cobot_gui
Author(s):
autogenerated on Thu Dec 17 2015 11:42:05