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