1 package com.jsql.view.swing.manager.util; 2 3 public enum StateButton { 4 STARTABLE, 5 STOPPING, 6 STOPPABLE 7 }