/**
* contents method comment.
*/
public org.jacorb.ir.gui.typesystem.ModelParticipant[] contents()
{
EnumDef enumDef =
EnumDefHelper.narrow((org.omg.CORBA.Object)this.irObject);
String[] contents = enumDef.members();
org.jacorb.ir.gui.typesystem.TypeSystemNode[] result =
new org.jacorb.ir.gui.typesystem.TypeSystemNode[contents.length];
for (int i=0; i<contents.length; i++)
{
result[i] = RemoteTypeSystem.createTypeSystemNode(contents[i]);