package com.vci.corba.qt.data; /** * Generated from IDL alias "BtmRefQueryOptionArray". * * @author JacORB IDL compiler V 3.9 * @version generated at 2022-12-23 15:42:24 */ public final class BtmRefQueryOptionArrayHolder implements org.omg.CORBA.portable.Streamable { public com.vci.corba.qt.data.BtmRefQueryOption[] value; public BtmRefQueryOptionArrayHolder () { } public BtmRefQueryOptionArrayHolder (final com.vci.corba.qt.data.BtmRefQueryOption[] initial) { value = initial; } public org.omg.CORBA.TypeCode _type () { return BtmRefQueryOptionArrayHelper.type (); } public void _read (final org.omg.CORBA.portable.InputStream in) { value = BtmRefQueryOptionArrayHelper.read (in); } public void _write (final org.omg.CORBA.portable.OutputStream out) { BtmRefQueryOptionArrayHelper.write (out,value); } }