VisiBroker for Java

org.omg.DynamicAny
Interface DynValueOperations

All Superinterfaces:
DynAnyOperations
All Known Subinterfaces:
DynValue
All Known Implementing Classes:
_DynValueStub

public interface DynValueOperations
extends DynAnyOperations

DynValue objects are associated with value types. Please see the release notes for DynValue.


Method Summary
 TCKind current_member_kind()
           
 java.lang.String current_member_name()
           
 NameDynAnyPair[] get_members_as_dyn_any()
           
 NameValuePair[] get_members()
           
 void set_members_as_dyn_any(NameDynAnyPair[] value)
          Sets the contained values in this object of the DynAny objects.
 void set_members(NameValuePair[] value)
          Sets the structure members from the array of NameValuePair objects.
 
Methods inherited from interface org.omg.DynamicAny.DynAnyOperations
assign, component_count, copy, current_component, destroy, equal, from_any, get_any, get_boolean, get_char, get_double, get_dyn_any, get_float, get_long, get_longlong, get_octet, get_reference, get_short, get_string, get_typecode, get_ulong, get_ulonglong, get_ushort, get_val, get_wchar, get_wstring, insert_any, insert_boolean, insert_char, insert_double, insert_dyn_any, insert_float, insert_long, insert_longlong, insert_octet, insert_reference, insert_short, insert_string, insert_typecode, insert_ulong, insert_ulonglong, insert_ushort, insert_val, insert_wchar, insert_wstring, next, rewind, seek, to_any, type
 

Method Detail

set_members_as_dyn_any

void set_members_as_dyn_any(NameDynAnyPair[] value)
                            throws TypeMismatch,
                                   InvalidValue
Sets the contained values in this object of the DynAny objects.

Throws:
TypeMismatch
InvalidValue

get_members_as_dyn_any

NameDynAnyPair[] get_members_as_dyn_any()
Returns:
DynAny objects containing the values stored in this object.

set_members

void set_members(NameValuePair[] value)
                 throws TypeMismatch,
                        InvalidValue
Sets the structure members from the array of NameValuePair objects.

Throws:
TypeMismatch
InvalidValue

get_members

NameValuePair[] get_members()
Returns:
the members of the structure as an array of NameValuePair objects.

current_member_kind

TCKind current_member_kind()
                           throws TypeMismatch,
                                  InvalidValue
Returns:
the TypeCode associated with the current component.
Throws:
TypeMismatch
InvalidValue

current_member_name

java.lang.String current_member_name()
                                     throws TypeMismatch,
                                            InvalidValue
Returns:
a string containing the member name of the current component.
Throws:
TypeMismatch
InvalidValue

Borland Software Corporation
http://www.borland.com
100 Enterprise Way
Scotts Valley, CA 95066
Voice: (831) 431-1000
pubsweb@borland.com

Read the latest documentation online