Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

RQMLSecondClassFactoryWrapper.java

Go to the documentation of this file.
00001 
00065 package com.arcle.rmt.j2se.model.domimpl;
00066 
00067 import com.arcle.rmt.rqml.*;
00068 import org.w3c.dom.Element;
00069 
00077 public abstract class RQMLSecondClassFactoryWrapper {
00078     public RQMLSecondClassFactoryWrapper(RQMLSecondClassFactory obj) {
00079         wrappedObject = obj;
00080     }
00081 
00082     public abstract RQMLSecondClass createRQMLSecondClass(Element e);
00083 
00084     protected RQMLSecondClassFactory wrappedObject;
00085 }

Generated on Fri Jun 18 19:51:25 2004 for Arcle Rambutan by doxygen 1.3.5