/** * Fill in the {@link value} by data from the CDR stream. */ public void _read(org.omg.CORBA.portable.InputStream in) { value = SetOverrideTypeHelper.read(in); }
/** * Get the typecode of the SetOverrideType. */ public org.omg.CORBA.TypeCode _type() { return SetOverrideTypeHelper.type(); }
/** * Write the stored value into the CDR stream. */ public void _write(org.omg.CORBA.portable.OutputStream out) { SetOverrideTypeHelper.write(out, value); }