1 package org.objectweb.modfact.jmi.repository.simpletrl; 2 import org.objectweb.modfact.jmi.reflect.*; 3 public class AddCollectionExpClassImpl extends org.objectweb.modfact.jmi.reflect.RefClassImpl implements simpletrl.AddCollectionExpClass { 4 public simpletrl.AddCollectionExp createAddCollectionExp() throws javax.jmi.reflect.JmiException { 5 return (simpletrl.AddCollectionExp) refCreateInstance(null); 6 } 7 8 public RefObjectImpl newObject() { 9 return new org.objectweb.modfact.jmi.repository.simpletrl.AddCollectionExpImpl(); 10 } 11 public Class newEnum(String n) { 12 throw new RuntimeException ("invalide EnumType : '" + n + "'"); 13 } 14 public RefStructImpl newStruct(String n) { 15 throw new RuntimeException ("invalide StructureType: '" + n + "'"); 16 } 17 } | Popular Tags |