  package CosTrading.RegisterPackage;
  final public class ReadonlyPropertyHolder implements org.omg.CORBA.portable.Streamable {
    public CosTrading.RegisterPackage.ReadonlyProperty value;
    public ReadonlyPropertyHolder() {
    }
    public ReadonlyPropertyHolder(CosTrading.RegisterPackage.ReadonlyProperty value) {
      this.value = value;
    }
    public void _read(org.omg.CORBA.portable.InputStream input) {
      value = ReadonlyPropertyHelper.read(input);
    }
    public void _write(org.omg.CORBA.portable.OutputStream output) {
      ReadonlyPropertyHelper.write(output, value);
    }
    public org.omg.CORBA.TypeCode _type() {
      return ReadonlyPropertyHelper.type();
    }
  }
