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

Quick Search    Search Deep

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

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

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

Version:
$Revision: 1.1 $ $Date: 2002/09/14 04:20:57 $

Field Summary
private  java.lang.String _jdbc
           
private  java.lang.String _name
           
 
Constructor Summary
JdbcMapping()
           
 
Method Summary
 java.lang.String getJdbc()
          Returns the value of field 'jdbc'.
 java.lang.String getName()
          Returns the value of field 'name'.
 boolean isValid()
           
 void marshal(org.xml.sax.DocumentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setJdbc(java.lang.String jdbc)
          Sets the value of field 'jdbc'.
 void setName(java.lang.String name)
          Sets the value of field 'name'.
static JdbcMapping 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

_jdbc

private java.lang.String _jdbc

_name

private java.lang.String _name
Constructor Detail

JdbcMapping

public JdbcMapping()
Method Detail

getJdbc

public java.lang.String getJdbc()
Returns the value of field 'jdbc'.


getName

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


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.DocumentHandler handler)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException

setJdbc

public void setJdbc(java.lang.String jdbc)
Sets the value of field 'jdbc'.


setName

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


unmarshal

public static JdbcMapping 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