KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > objectweb > modfact > jmi > repository > simpletrl > IfValueExpClassImpl


1 package org.objectweb.modfact.jmi.repository.simpletrl;
2 import simpletrl.*;
3 import org.objectweb.modfact.jmi.reflect.*;
4 public class IfValueExpClassImpl extends org.objectweb.modfact.jmi.reflect.RefClassImpl implements simpletrl.IfValueExpClass {
5     public simpletrl.IfValueExp createIfValueExp() throws javax.jmi.reflect.JmiException {
6          return (simpletrl.IfValueExp) refCreateInstance(null);
7     }
8
9     public RefObjectImpl newObject() {
10         return new org.objectweb.modfact.jmi.repository.simpletrl.IfValueExpImpl();
11     }
12     public Class JavaDoc newEnum(String JavaDoc n) {
13          throw new RuntimeException JavaDoc("invalide EnumType : '" + n + "'");
14     }
15     public RefStructImpl newStruct(String JavaDoc n) {
16          throw new RuntimeException JavaDoc("invalide StructureType: '" + n + "'");
17     }
18 }//end of interface
19
Popular Tags