|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exolab.jms.tools.db.Table
public class 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 java.lang.Object |
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 -
java.lang.IndexOutOfBoundsException
public void addAttribute(int index,
Attribute vAttribute)
throws java.lang.IndexOutOfBoundsException
index - vAttribute -
java.lang.IndexOutOfBoundsException
public void addIndex(Index vIndex)
throws java.lang.IndexOutOfBoundsException
vIndex -
java.lang.IndexOutOfBoundsException
public void addIndex(int index,
Index vIndex)
throws java.lang.IndexOutOfBoundsException
index - vIndex -
java.lang.IndexOutOfBoundsExceptionpublic 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 -
java.lang.IndexOutOfBoundsExceptionpublic Attribute[] getAttribute()
public int getAttributeCount()
public Index getIndex(int index)
throws java.lang.IndexOutOfBoundsException
index -
java.lang.IndexOutOfBoundsExceptionpublic 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 -
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.ValidationExceptionpublic boolean removeAttribute(Attribute vAttribute)
vAttribute -
public boolean removeIndex(Index vIndex)
vIndex -
public void setAttribute(int index,
Attribute vAttribute)
throws java.lang.IndexOutOfBoundsException
index - vAttribute -
java.lang.IndexOutOfBoundsExceptionpublic void setAttribute(Attribute[] attributeArray)
attributeArray -
public void setIndex(int index,
Index vIndex)
throws java.lang.IndexOutOfBoundsException
index - vIndex -
java.lang.IndexOutOfBoundsExceptionpublic void setIndex(Index[] indexArray)
indexArray - public void setName(java.lang.String name)
name - the value of field 'name'.
public static java.lang.Object 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 | |||||||||