|
Public Member Functions |
| Thresholds () |
void | addThreshold (com.cosylab.acs.laser.dao.xml.Threshold vThreshold) throws java.lang.IndexOutOfBoundsException |
void | addThreshold (int index, com.cosylab.acs.laser.dao.xml.Threshold vThreshold) throws java.lang.IndexOutOfBoundsException |
void | clearThreshold () |
java.util.Enumeration | enumerateThreshold () |
com.cosylab.acs.laser.dao.xml.Threshold | getThreshold (int index) throws java.lang.IndexOutOfBoundsException |
com.cosylab.acs.laser.dao.xml.Threshold[] | getThreshold () |
int | getThresholdCount () |
boolean | isValid () |
void | marshal (java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException |
void | marshal (org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException |
boolean | removeThreshold (com.cosylab.acs.laser.dao.xml.Threshold vThreshold) |
void | setThreshold (int index, com.cosylab.acs.laser.dao.xml.Threshold vThreshold) throws java.lang.IndexOutOfBoundsException |
void | setThreshold (com.cosylab.acs.laser.dao.xml.Threshold[] thresholdArray) |
void | validate () throws org.exolab.castor.xml.ValidationException |
Static Public Member Functions |
java.lang.Object | unmarshal (java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException |
Private Attributes |
java.util.ArrayList | _thresholdList |