org.omg.CORBA
public interface DynArray extends DynAny
Deprecated: by {@link org.omg.DynamicAny.DynArray}
Represents the {@link DynAny}, holding an array.Method Summary | |
---|---|
Any[] | get_elements()
Get the elements of the enclosed array. |
void | set_elements(Any[] an_array)
Set the elements from of the enclosed array of Anys.
|
Throws: InvalidSeq if the passed array contains the elements of the different type of if the array size mismatch.