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

DynStruct

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

Fields Summary
Constructors Summary
Methods Summary
public org.omg.CORBA.TCKindcurrent_member_kind()
Returns the TCKind object that describes the kind of the current member.

return
the TCKind object that describes the current member

public java.lang.Stringcurrent_member_name()
During a traversal, returns the name of the current member.

return
the string name of the current member

public org.omg.CORBA.NameValuePair[]get_members()
Returns an array containing all the members of the stored struct.

return
the array of name-value pairs
see
#set_members

public voidset_members(org.omg.CORBA.NameValuePair[] value)
Set the members of the struct.

param
value the array of name-value pairs.
throws
org.omg.CORBA.DynAnyPackage.InvalidSeq if the given argument is invalid
see
#get_members