FileDocCategorySizeDatePackage
DynValue.javaAPI DocJava SE 5 API1682Fri Aug 26 14:58:28 BST 2005org.omg.CORBA

DynValue

public interface DynValue implements org.omg.CORBA.Object, org.omg.CORBA.DynAny
The representation of a DynAny object that is associated with an IDL value type.
deprecated
Use the new DynValue instead

Fields Summary
Constructors Summary
Methods Summary
public TCKindcurrent_member_kind()
Returns the TCKind object that describes the current member.

return
the TCKind object corresponding to the current member

public java.lang.Stringcurrent_member_name()
Returns the name of the current member while traversing a DynAny object that represents a Value object.

return
the name of the current member

public org.omg.CORBA.NameValuePair[]get_members()
Returns an array containing all the members of the value object stored in this DynValue.

return
an array of name-value pairs.
see
#set_members

public voidset_members(NameValuePair[] value)
Sets the members of the value object this DynValue object represents to the given array of NameValuePair objects.

param
value the array of name-value pairs to be set
throws
org.omg.CORBA.DynAnyPackage.InvalidSeq if an inconsistent value is part of the given array
see
#get_members