|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hardcode.juf.update.Updates
public class Updates
Class Updates.
Constructor Summary | |
---|---|
Updates()
|
Method Summary | |
---|---|
void |
addUpdate(int index,
Update vUpdate)
Method addUpdate |
void |
addUpdate(Update vUpdate)
Method addUpdate |
java.util.Enumeration |
enumerateUpdate()
Method enumerateUpdate |
Update[] |
getUpdate()
Method getUpdate |
Update |
getUpdate(int index)
Method getUpdate |
int |
getUpdateCount()
Method getUpdateCount |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
void |
removeAllUpdate()
Method removeAllUpdate |
Update |
removeUpdate(int index)
Method removeUpdate |
void |
setUpdate(int index,
Update vUpdate)
Method setUpdate |
void |
setUpdate(Update[] updateArray)
Method setUpdate |
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 Updates()
Method Detail |
---|
public void addUpdate(Update vUpdate) throws java.lang.IndexOutOfBoundsException
vUpdate
-
java.lang.IndexOutOfBoundsException
public void addUpdate(int index, Update vUpdate) throws java.lang.IndexOutOfBoundsException
index
- vUpdate
-
java.lang.IndexOutOfBoundsException
public java.util.Enumeration enumerateUpdate()
public Update getUpdate(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
public Update[] getUpdate()
public int getUpdateCount()
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 removeAllUpdate()
public Update removeUpdate(int index)
index
- public void setUpdate(int index, Update vUpdate) throws java.lang.IndexOutOfBoundsException
index
- vUpdate
-
java.lang.IndexOutOfBoundsException
public void setUpdate(Update[] updateArray)
updateArray
- 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 |