/* * @(#)PolicyListHolder.java 1.9 03/12/19 * * Copyright 2004 Sun Microsystems, Inc. All rights reserved. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ package org.omg.CORBA; /** * The Holder for PolicyList. For more information on * Holder files, see * "Generated Files: Holder Files".

* org/omg/CORBA/PolicyListHolder.java * Generated by the IDL-to-Java compiler (portable), version "3.0" * from ../../../../../src/share/classes/org/omg/PortableServer/corba.idl * Saturday, July 17, 1999 12:26:21 AM PDT */ public final class PolicyListHolder implements org.omg.CORBA.portable.Streamable { public org.omg.CORBA.Policy value[] = null; public PolicyListHolder () { } public PolicyListHolder (org.omg.CORBA.Policy[] initialValue) { value = initialValue; } public void _read (org.omg.CORBA.portable.InputStream i) { value = org.omg.CORBA.PolicyListHelper.read (i); } public void _write (org.omg.CORBA.portable.OutputStream o) { org.omg.CORBA.PolicyListHelper.write (o, value); } public org.omg.CORBA.TypeCode _type () { return org.omg.CORBA.PolicyListHelper.type (); } }