Line data Source code
1 12 : enum SmartManagement { 2 12 : full, 3 12 : onlyBuilder, 4 12 : keepFactory, 5 : // none, 6 : }