
/**
* ShapeListHolder.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from Shape.idl
* lunedì 22 ottobre 2018 11.37.55 CEST
*/

public final class ShapeListHolder implements org.omg.CORBA.portable.Streamable
{
  public ShapeList value = null;

  public ShapeListHolder ()
  {
  }

  public ShapeListHolder (ShapeList initialValue)
  {
    value = initialValue;
  }

  public void _read (org.omg.CORBA.portable.InputStream i)
  {
    value = ShapeListHelper.read (i);
  }

  public void _write (org.omg.CORBA.portable.OutputStream o)
  {
    ShapeListHelper.write (o, value);
  }

  public org.omg.CORBA.TypeCode _type ()
  {
    return ShapeListHelper.type ();
  }

}
