Methods Summary |
---|
public TCKind | current_member_kind()Returns the TCKind object that describes the current member.
|
public java.lang.String | current_member_name()Returns the name of the current member while traversing a
DynAny object that represents a Value object.
|
public org.omg.CORBA.NameValuePair[] | get_members()Returns an array containing all the members of the value object
stored in this DynValue .
|
public void | set_members(NameValuePair[] value)Sets the members of the value object this DynValue
object represents to the given array of NameValuePair
objects.
|