public static ProtocolState getProtocolState(int i) {
   return ProtocolState.values()[i];
 }