java.lang.Object
org.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 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_description
private java.lang.String _description
_colName
private java.lang.String _colName
DataColumn
public DataColumn()
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