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

Quick Search    Search Deep

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

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

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

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

Field Summary
private  java.lang.String _colName
           
private  java.lang.String _description
           
 
Constructor Summary
DataColumn()
           
 
Method Summary
 java.lang.String getColName()
          Returns the value of field 'colName'.
 java.lang.String getDescription()
          Returns the value of field 'description'.
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setColName(java.lang.String colName)
          Sets the value of field 'colName'.
 void setDescription(java.lang.String description)
          Sets the value of field 'description'.
static DataColumn 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

_description

private java.lang.String _description

_colName

private java.lang.String _colName
Constructor Detail

DataColumn

public DataColumn()
Method Detail

getColName

public java.lang.String getColName()
Returns the value of field 'colName'.


getDescription

public java.lang.String getDescription()
Returns the value of field 'description'.


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

setColName

public void setColName(java.lang.String colName)
Sets the value of field 'colName'.


setDescription

public void setDescription(java.lang.String description)
Sets the value of field 'description'.


unmarshal

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