public static void write(
     org.omg.CORBA.portable.OutputStream ostream, notifications.PerceivedSeverity_T value) {
   ostream.write_long(value.value());
 }
 public static notifications.PerceivedSeverity_T read(org.omg.CORBA.portable.InputStream istream) {
   return notifications.PerceivedSeverity_T.from_int(istream.read_long());
 }