package com.nemez.cmdmgr.util; public enum Property { NONE, PERMISSION, HELP, EXECUTE; }