Example #1
0
 public void _write(org.omg.CORBA.portable.OutputStream o) {
   pgrid.service.corba.repair.RepairHandlePackage.IssueArrayHelper.write(o, value);
 }
Example #2
0
 public org.omg.CORBA.TypeCode _type() {
   return pgrid.service.corba.repair.RepairHandlePackage.IssueArrayHelper.type();
 }
Example #3
0
 public void _read(org.omg.CORBA.portable.InputStream i) {
   value = pgrid.service.corba.repair.RepairHandlePackage.IssueArrayHelper.read(i);
 }