|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kemet.orm.castor.Items
public class Items
Class Items.
Constructor Summary | |
---|---|
Items()
|
Method Summary | |
---|---|
void |
addItem(int index,
Item vItem)
|
void |
addItem(Item vItem)
|
java.util.Enumeration |
enumerateItem()
Method enumerateItem. |
Item[] |
getItem()
Method getItem.Returns the contents of the collection in an Array. |
Item |
getItem(int index)
Method getItem. |
int |
getItemCount()
Method getItemCount. |
boolean |
isValid()
Method isValid. |
java.util.Iterator |
iterateItem()
Method iterateItem. |
void |
marshal(org.xml.sax.ContentHandler handler)
|
void |
marshal(java.io.Writer out)
|
void |
removeAllItem()
|
boolean |
removeItem(Item vItem)
Method removeItem. |
Item |
removeItemAt(int index)
Method removeItemAt. |
void |
setItem(int index,
Item vItem)
|
void |
setItem(Item[] vItemArray)
|
static Items |
unmarshal(java.io.Reader reader)
Method unmarshal. |
void |
validate()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Items()
Method Detail |
---|
public void addItem(Item vItem) throws java.lang.IndexOutOfBoundsException
vItem
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addItem(int index, Item vItem) throws java.lang.IndexOutOfBoundsException
index
- vItem
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic java.util.Enumeration enumerateItem()
public Item getItem(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic Item[] getItem()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public int getItemCount()
public boolean isValid()
public java.util.Iterator iterateItem()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
-
org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemapublic 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
- if an IOException occurs during
marshaling
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schema
org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingpublic void removeAllItem()
public boolean removeItem(Item vItem)
vItem
-
public Item removeItemAt(int index)
index
-
public void setItem(int index, Item vItem) throws java.lang.IndexOutOfBoundsException
index
- vItem
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void setItem(Item[] vItemArray)
vItemArray
- public static Items unmarshal(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
-
org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemapublic void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schema
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |