corba/src/java.corba/share/classes/org/omg/CORBA/DynArray.java
changeset 31188 123a0b07b632
parent 25862 a5e25d68f971
child 32688 936c391804a5
equal deleted inserted replaced
31119:d69c968463f0 31188:123a0b07b632
     1 /*
     1 /*
     2  * Copyright (c) 1998, 2004, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1998, 2015, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    46     /**
    46     /**
    47      * Sets the value of this
    47      * Sets the value of this
    48      * <code>DynArray</code> object to the given array.
    48      * <code>DynArray</code> object to the given array.
    49      *
    49      *
    50      * @param value the array of <code>Any</code> objects
    50      * @param value the array of <code>Any</code> objects
    51      * @exception InvalidSeq if the sequence is bad
    51      * @exception org.omg.CORBA.DynAnyPackage.InvalidSeq if the
       
    52      * sequence is bad
    52          * @see #get_elements
    53          * @see #get_elements
    53      */
    54      */
    54     public void set_elements(org.omg.CORBA.Any[] value)
    55     public void set_elements(org.omg.CORBA.Any[] value)
    55         throws org.omg.CORBA.DynAnyPackage.InvalidSeq;
    56         throws org.omg.CORBA.DynAnyPackage.InvalidSeq;
    56 }
    57 }