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インタフェースとは異なります。