/** * Read from the CDR stream. */ public void _read(org.omg.CORBA.portable.InputStream in) { value = DefinitionKindHelper.read(in); }
/** * Get the typecode. */ public org.omg.CORBA.TypeCode _type() { return DefinitionKindHelper.type(); }
/** * Write into the CDR stream. */ public void _write(org.omg.CORBA.portable.OutputStream out) { DefinitionKindHelper.write(out, value); }