public void _write(org.omg.CORBA.portable.OutputStream out) {
   NativeDescriptionHelper.write(out, value);
 }
 public org.omg.CORBA.TypeCode _type() {
   return NativeDescriptionHelper.type();
 }
 public void _read(org.omg.CORBA.portable.InputStream in) {
   value = NativeDescriptionHelper.read(in);
 }