KickJava   Java API By Example, From Geeks To Geeks.

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

org.omg.DynamicAny
Interface DynValueOperations

All Superinterfaces:
DynAnyOperations, DynValueCommonOperations
All Known Subinterfaces:
DynValue
All Known Implementing Classes:
_DynValueStub
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()
                            throws InvalidValue
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


NameDynAnyPair[] get_members_as_dyn_any()
                                        throws InvalidValue
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