package foundation.state.approve; public enum StepLocation { AtHome, AtFirst, InMiddle, AtLast, AtSuccess, AtClose; }