|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.enableit.db.beans.Col
Constructor Summary | |
Col()
|
Method Summary | |
java.lang.String |
getName()
Returns the value of field 'name'. |
java.lang.String |
getType()
Returns the value of field 'type'. |
java.lang.String |
getValue()
Returns the value of field 'value'. |
boolean |
isValid()
|
void |
marshal(org.xml.sax.ContentHandler handler)
|
void |
marshal(java.io.Writer out)
|
void |
setName(java.lang.String name)
Sets the value of field 'name'. |
void |
setType(java.lang.String type)
Sets the value of field 'type'. |
void |
setValue(java.lang.String value)
Sets the value of field 'value'. |
static org.enableit.db.beans.Col |
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 |
Constructor Detail |
public Col()
Method Detail |
public java.lang.String getName()
public java.lang.String getType()
public java.lang.String getValue()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void setName(java.lang.String name)
name
- the value of field 'name'.public void setType(java.lang.String type)
type
- the value of field 'type'.public void setValue(java.lang.String value)
value
- the value of field 'value'.public static org.enableit.db.beans.Col unmarshal(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |