6.44 ValueBoxDef

public interface org.omg.CORBA.ValueBoxDef extends
   org.omg.CORBA.ValueBoxDefOperations,
   org.omg.CORBA.Contained,
   org.omg.CORBA.IDLType,
   org.omg.CORBA.portable.IDLEntity

このインタフェースは,任意のIDL型の公開メンバを一つ格納する簡易なvaluetypeとして使用します。ValueBoxDefインタフェースは,次のvaluetypeを簡略化したものです。

value type name
   public <IDLType> value;

この宣言はボックス型の<IDLType>とほとんど同じですが,ValueBoxDefインタフェースは簡易なValueTypeDefインタフェースとは異なります。

<この節の構成>
6.44.1 ValueBoxDefのメソッド