< prev index next >

src/java.corba/share/classes/org/omg/CORBA/DynSequence.java

Print this page

        

*** 63,73 **** /** * Sets the values of all elements in this sequence with the given * array. * * @param value the array of <code>Any</code> objects to be set ! * @exception InvalidSeq if the array of values is bad * @see #get_elements */ public void set_elements(org.omg.CORBA.Any[] value) throws org.omg.CORBA.DynAnyPackage.InvalidSeq; } --- 63,74 ---- /** * Sets the values of all elements in this sequence with the given * array. * * @param value the array of <code>Any</code> objects to be set ! * @exception org.omg.CORBA.DynAnyPackage.InvalidSeq if the array ! * of values is bad * @see #get_elements */ public void set_elements(org.omg.CORBA.Any[] value) throws org.omg.CORBA.DynAnyPackage.InvalidSeq; }
< prev index next >