enum RegistrationState { None, Progress, Ok, Cleared, Failed; static RegistrationState fromOrdinal(int ordinal) { return values[ordinal]; } }