
/**
* GraphicalObjectHolder.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 GraphicalObjectHolder implements org.omg.CORBA.portable.Streamable
{
  public GraphicalObject value = null;

  public GraphicalObjectHolder ()
  {
  }

  public GraphicalObjectHolder (GraphicalObject initialValue)
  {
    value = initialValue;
  }

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

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

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

}
