KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > openejb > alt > config > sys > ProviderTypes


1 /*
2  * This class was automatically generated with
3  * <a HREF="http://www.castor.org">Castor 0.9.5.3</a>, using an XML
4  * Schema.
5  * $Id: ProviderTypes.java 1105 2004-03-31 00:45:22Z dblevins $
6  */

7
8 package org.openejb.alt.config.sys;
9
10   //---------------------------------/
11
//- Imported classes and packages -/
12
//---------------------------------/
13

14 import java.io.Serializable JavaDoc;
15 import org.exolab.castor.xml.Marshaller;
16 import org.exolab.castor.xml.Unmarshaller;
17
18 /**
19  * Class ProviderTypes.
20  *
21  * @version $Revision: 1105 $ $Date: 2004-03-30 16:45:22 -0800 (Tue, 30 Mar 2004) $
22  */

23 public class ProviderTypes implements java.io.Serializable JavaDoc {
24
25
26       //----------------/
27
//- Constructors -/
28
//----------------/
29

30     public ProviderTypes() {
31         super();
32     } //-- org.openejb.alt.config.sys.ProviderTypes()
33

34 }
35
Popular Tags