KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > CORBA > DynArray

org.omg.CORBA
Interface DynArray

All Superinterfaces:
DynAny, Object
See Also:
Source Code, @Deprecated

Any[] get_elements()
See Also:
set_elements(org.omg.CORBA.Any[])
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void set_elements(Any[] value)
                  throws InvalidSeq
See Also:
get_elements()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags