001package systems.dmx.config; 002 003 004 005public enum ConfigModificationRole { 006 ADMIN, 007 SYSTEM, 008 CREATOR, 009 OWNER, 010 MEMBER 011}