public void _write(org.omg.CORBA.portable.OutputStream o) {
   RTMExamples.SimpleService.ValueListHelper.write(o, value);
 }
 public org.omg.CORBA.TypeCode _type() {
   return RTMExamples.SimpleService.ValueListHelper.type();
 }
 public void _read(org.omg.CORBA.portable.InputStream i) {
   value = RTMExamples.SimpleService.ValueListHelper.read(i);
 }