Example #1
0
 public void _write(org.omg.CORBA.portable.OutputStream o) {
   org.smpte.st2071._2014.query.EQUALSHelper.write(o, value);
 }
Example #2
0
 public org.omg.CORBA.TypeCode _type() {
   return org.smpte.st2071._2014.query.EQUALSHelper.type();
 }
Example #3
0
 public void _read(org.omg.CORBA.portable.InputStream i) {
   value = org.smpte.st2071._2014.query.EQUALSHelper.read(i);
 }