|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.exolab.jms.tools.db.Table
This element defines a table
Constructor Summary | |
Table()
|
Method Summary | |
void |
addAttribute(Attribute vAttribute)
Method addAttribute |
void |
addAttribute(int index,
Attribute vAttribute)
Method addAttribute |
void |
addIndex(Index vIndex)
Method addIndex |
void |
addIndex(int index,
Index vIndex)
Method addIndex |
void |
clearAttribute()
Method clearAttribute |
void |
clearIndex()
Method clearIndex |
java.util.Enumeration |
enumerateAttribute()
Method enumerateAttribute |
java.util.Enumeration |
enumerateIndex()
Method enumerateIndex |
Attribute[] |
getAttribute()
Method getAttribute |
Attribute |
getAttribute(int index)
Method getAttribute |
int |
getAttributeCount()
Method getAttributeCount |
Index[] |
getIndex()
Method getIndex |
Index |
getIndex(int index)
Method getIndex |
int |
getIndexCount()
Method getIndexCount |
java.lang.String |
getName()
Returns the value of field 'name'. |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
boolean |
removeAttribute(Attribute vAttribute)
Method removeAttribute |
boolean |
removeIndex(Index vIndex)
Method removeIndex |
void |
setAttribute(Attribute[] attributeArray)
Method setAttribute |
void |
setAttribute(int index,
Attribute vAttribute)
Method setAttribute |
void |
setIndex(Index[] indexArray)
Method setIndex |
void |
setIndex(int index,
Index vIndex)
Method setIndex |
void |
setName(java.lang.String name)
Sets the value of field 'name'. |
static Table |
unmarshal(java.io.Reader reader)
Method unmarshal |
void |
validate()
Method validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Table()
Method Detail |
public void addAttribute(Attribute vAttribute) throws java.lang.IndexOutOfBoundsException
vAttribute
- public void addAttribute(int index, Attribute vAttribute) throws java.lang.IndexOutOfBoundsException
index
- vAttribute
- public void addIndex(Index vIndex) throws java.lang.IndexOutOfBoundsException
vIndex
- public void addIndex(int index, Index vIndex) throws java.lang.IndexOutOfBoundsException
index
- vIndex
- public void clearAttribute()
public void clearIndex()
public java.util.Enumeration enumerateAttribute()
public java.util.Enumeration enumerateIndex()
public Attribute getAttribute(int index) throws java.lang.IndexOutOfBoundsException
index
- public Attribute[] getAttribute()
public int getAttributeCount()
public Index getIndex(int index) throws java.lang.IndexOutOfBoundsException
index
- public Index[] getIndex()
public int getIndexCount()
public java.lang.String getName()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
- public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
- public boolean removeAttribute(Attribute vAttribute)
vAttribute
- public boolean removeIndex(Index vIndex)
vIndex
- public void setAttribute(int index, Attribute vAttribute) throws java.lang.IndexOutOfBoundsException
index
- vAttribute
- public void setAttribute(Attribute[] attributeArray)
attributeArray
- public void setIndex(int index, Index vIndex) throws java.lang.IndexOutOfBoundsException
index
- vIndex
- public void setIndex(Index[] indexArray)
indexArray
- public void setName(java.lang.String name)
name
- the value of field 'name'.public static Table unmarshal(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
- public void validate() throws org.exolab.castor.xml.ValidationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |