KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > DynamicAny > DynStructOperations

org.omg.DynamicAny
Interface DynStructOperations

All Superinterfaces:
DynAnyOperations
All Known Subinterfaces:
DynStruct
All Known Implementing Classes:
_DynStructStub
See Also:
Source Code

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


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


NameValuePair[] get_members()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


NameDynAnyPair[] get_members_as_dyn_any()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void set_members(NameValuePair[] value)
                 throws TypeMismatch,
                        InvalidValue
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void set_members_as_dyn_any(NameDynAnyPair[] value)
                            throws TypeMismatch,
                                   InvalidValue
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags