KickJava   Java API By Example, From Geeks To Geeks.

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

org.omg.CORBA
Interface DynStruct

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

TCKind current_member_kind()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


String current_member_name()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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

Popular Tags