1: package app.data; 2: 3: /** 4: * User Status. 5: */ 6: public enum UserStatus { 7: 8: ACTIVE, INACTIVE, NEW 9: }