DynArraypublic interface DynArray implements org.omg.CORBA.Object, org.omg.CORBA.DynAnyRepresents a DynAny object associated
with an array. |
Methods Summary |
---|
public org.omg.CORBA.Any[] | get_elements()Returns the value of all the elements of this array.
| public void | set_elements(org.omg.CORBA.Any[] value)Sets the value of this
DynArray object to the given array.
|
|