Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.enableit.db.darrt.schema
Class Driver  view Driver download Driver.java

java.lang.Object
  extended byorg.enableit.db.darrt.schema.Driver
All Implemented Interfaces:
java.io.Serializable

public class Driver
extends java.lang.Object
implements java.io.Serializable

Version:
$Revision: 1.3 $ $Date: 2003/01/06 10:34:57 $

Field Summary
private  java.lang.String _className
           
private  java.lang.String _name
           
private  java.lang.String _version
           
 
Constructor Summary
Driver()
           
 
Method Summary
 java.lang.String getClassName()
          Returns the value of field 'className'.
 java.lang.String getName()
          Returns the value of field 'name'.
 java.lang.String getVersion()
          Returns the value of field 'version'.
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setClassName(java.lang.String className)
          Sets the value of field 'className'.
 void setName(java.lang.String name)
          Sets the value of field 'name'.
 void setVersion(java.lang.String version)
          Sets the value of field 'version'.
static Driver unmarshal(java.io.Reader reader)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_name

private java.lang.String _name

_version

private java.lang.String _version

_className

private java.lang.String _className
Constructor Detail

Driver

public Driver()
Method Detail

getClassName

public java.lang.String getClassName()
Returns the value of field 'className'.


getName

public java.lang.String getName()
Returns the value of field 'name'.


getVersion

public java.lang.String getVersion()
Returns the value of field 'version'.


isValid

public boolean isValid()

marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException

marshal

public void marshal(org.xml.sax.ContentHandler handler)
             throws java.io.IOException,
                    org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException

setClassName

public void setClassName(java.lang.String className)
Sets the value of field 'className'.


setName

public void setName(java.lang.String name)
Sets the value of field 'name'.


setVersion

public void setVersion(java.lang.String version)
Sets the value of field 'version'.


unmarshal

public static Driver unmarshal(java.io.Reader reader)
                        throws org.exolab.castor.xml.MarshalException,
                               org.exolab.castor.xml.ValidationException

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException