*/
public org.jacorb.ir.gui.typesystem.ModelParticipant[] contents()
{
StructDef structDef = StructDefHelper.narrow((org.omg.CORBA.Object)this.irObject);
StructMember[] members = structDef.members();
Contained[] contents = structDef.contents( org.omg.CORBA.DefinitionKind.dk_all, false);
org.jacorb.ir.gui.typesystem.TypeSystemNode[] result =
new org.jacorb.ir.gui.typesystem.TypeSystemNode[members.length + contents.length];