public void _write(org.omg.CORBA.portable.OutputStream out) {
   AttributeDefHelper.write(out, value);
 }
 public org.omg.CORBA.TypeCode _type() {
   return AttributeDefHelper.type();
 }
 public void _read(org.omg.CORBA.portable.InputStream in) {
   value = AttributeDefHelper.read(in);
 }