Deprecated.
Use the new DynArray instead
@Deprecated public interface DynArray extends Object, DynAny
Represents a DynAny
object associated with an array.
Any[] get_elements()
Deprecated.
Returns the value of all the elements of this array.
Any
objects that is the value for this DynArray
objectset_elements(org.omg.CORBA.Any[])
void set_elements(Any[] value) throws InvalidSeq
Deprecated.
Sets the value of this DynArray
object to the given array.
value
- the array of Any
objectsInvalidSeq
- if the sequence is badget_elements()
© 1993–2017, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.