View Javadoc

1   /*
2    * This class was automatically generated with 
3    * <a href="http://www.castor.org">Castor 0.9.4.3</a>, using an XML
4    * Schema.
5    * $Id: PrecType.java,v 1.14 2007/01/04 16:26:12 clq2 Exp $
6    */
7   
8   package org.astrogrid.registry.beans.resource.votable;
9   
10    //---------------------------------/
11   //- Imported classes and packages -/
12  //---------------------------------/
13  
14  import java.io.Serializable;
15  import org.exolab.castor.xml.Marshaller;
16  import org.exolab.castor.xml.Unmarshaller;
17  
18  /***
19   * Class PrecType.
20   * 
21   * @version $Revision: 1.14 $ $Date: 2007/01/04 16:26:12 $
22   */
23  public class PrecType implements java.io.Serializable {
24  
25  
26        //----------------/
27       //- Constructors -/
28      //----------------/
29  
30      public PrecType() {
31          super();
32      } //-- org.astrogrid.registry.beans.resource.votable.PrecType()
33  
34  }