org.omg.CORBA
public interface DynValue extends DynAny, Object
| Method Summary | |
|---|---|
| TCKind | current_member_kind()
Get the kind of the member, pointed by the internal pointer.
|
| String | current_member_name()
Get the name of the member, pointed by the internal pointer.
|
| NameValuePair[] | get_members()
Get all members of the enclosed value type object. |
| void | set_members(NameValuePair[] value)
Set all members for the enclosed value type object.
|
Returns: the kind of the member.
Returns: the name of the member.
Returns: members, as an array of the name - value pairs.
Parameters: value an array of members to set.
Throws: InvalidSeq if the passed sequence is not valid.