API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.omg.CORBA. DynStruct View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      DynStruct
Subinterfaces
Description
@Deprecated
public interface DynStruct
The representation of a DynAny object that is associated with an IDL struct.
See also:   
Methods
Hide/Show inherited methods
public TCKind current_member_kind ()
  Returns the TCKind object that describes the kind of the current member.
public String current_member_name ()
  During a traversal, returns the name of the current member.
public NameValuePair get_members ()
  Returns an array containing all the members of the stored struct.
public void set_members (NameValuePair value) throws InvalidSeq
  Set the members of the struct.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar