Example #1
0
 public void _read(final org.omg.CORBA.portable.InputStream in) {
   value = PropertyFactoryHelper.read(in);
 }
Example #2
0
 public void _write(final org.omg.CORBA.portable.OutputStream _out) {
   PropertyFactoryHelper.write(_out, value);
 }
Example #3
0
 public org.omg.CORBA.TypeCode _type() {
   return PropertyFactoryHelper.type();
 }