FileDocCategorySizeDatePackage
DynArray.javaAPI DocJava SE 5 API1081Fri Aug 26 14:58:28 BST 2005org.omg.CORBA

DynArray

public interface DynArray implements org.omg.CORBA.Object, org.omg.CORBA.DynAny
Represents a DynAny object associated with an array.
deprecated
Use the new DynArray instead

Fields Summary
Constructors Summary
Methods Summary
public org.omg.CORBA.Any[]get_elements()
Returns the value of all the elements of this array.

return
the array of Any objects that is the value for this DynArray object
see
#set_elements

public voidset_elements(org.omg.CORBA.Any[] value)
Sets the value of this DynArray object to the given array.

param
value the array of Any objects
exception
InvalidSeq if the sequence is bad
see
#get_elements