KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > simpletrl > IsOfTypeExpClass


1 package simpletrl;
2 public interface IsOfTypeExpClass extends javax.jmi.reflect.RefClass {
3     public simpletrl.IsOfTypeExp createIsOfTypeExp() throws javax.jmi.reflect.JmiException;
4
5     public simpletrl.IsOfTypeExp createIsOfTypeExp(String JavaDoc type) throws javax.jmi.reflect.JmiException;
6
7 }//end of interface
8
Popular Tags