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