1 23 24 28 package com.sun.jts.otsidl; 29 30 36 37 38 public final class JCoordinatorHolder implements org.omg.CORBA.portable.Streamable 40 { 41 public com.sun.jts.otsidl.JCoordinator value = null; 42 43 public JCoordinatorHolder () 44 { 45 } 46 47 public JCoordinatorHolder (com.sun.jts.otsidl.JCoordinator initialValue) 48 { 49 value = initialValue; 50 } 51 52 public void _read (org.omg.CORBA.portable.InputStream i) 53 { 54 value = com.sun.jts.otsidl.JCoordinatorHelper.read (i); 55 } 56 57 public void _write (org.omg.CORBA.portable.OutputStream o) 58 { 59 com.sun.jts.otsidl.JCoordinatorHelper.write (o, value); 60 } 61 62 public org.omg.CORBA.TypeCode _type () 63 { 64 return com.sun.jts.otsidl.JCoordinatorHelper.type (); 65 } 66 67 } 68 | Popular Tags |