
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 | |
| static 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 |
Class Thresholds.
| com::cosylab::acs::laser::dao::xml::Thresholds::Thresholds | ( | ) | [inline] |
References _thresholdList.
| void com::cosylab::acs::laser::dao::xml::Thresholds::addThreshold | ( | int | index, | |
| com.cosylab.acs.laser.dao.xml.Threshold | vThreshold | |||
| ) | throws java.lang.IndexOutOfBoundsException [inline] |
| void com::cosylab::acs::laser::dao::xml::Thresholds::addThreshold | ( | com.cosylab.acs.laser.dao.xml.Threshold | vThreshold | ) | throws java.lang.IndexOutOfBoundsException [inline] |
Method addThreshold
| vThreshold |
References _thresholdList.
Referenced by com::cosylab::acs::laser::dao::xml::ThresholdsDescriptor::ThresholdsDescriptor().
| void com::cosylab::acs::laser::dao::xml::Thresholds::clearThreshold | ( | ) | [inline] |
Method clearThreshold
References _thresholdList.
| java.util.Enumeration com::cosylab::acs::laser::dao::xml::Thresholds::enumerateThreshold | ( | ) | [inline] |
| com.cosylab.acs.laser.dao.xml.Threshold [] com::cosylab::acs::laser::dao::xml::Thresholds::getThreshold | ( | ) | [inline] |
| com.cosylab.acs.laser.dao.xml.Threshold com::cosylab::acs::laser::dao::xml::Thresholds::getThreshold | ( | int | index | ) | throws java.lang.IndexOutOfBoundsException [inline] |
Method getThreshold
| index |
References _thresholdList.
Referenced by com::cosylab::acs::laser::dao::ACSAlarmDAOImpl::loadReductionRules(), and com::cosylab::acs::laser::dao::xml::ThresholdsDescriptor::ThresholdsDescriptor().
| int com::cosylab::acs::laser::dao::xml::Thresholds::getThresholdCount | ( | ) | [inline] |
Method getThresholdCount
References _thresholdList.
Referenced by com::cosylab::acs::laser::dao::ACSAlarmDAOImpl::loadReductionRules().
| boolean com::cosylab::acs::laser::dao::xml::Thresholds::isValid | ( | ) | [inline] |
| void com::cosylab::acs::laser::dao::xml::Thresholds::marshal | ( | org.xml.sax.ContentHandler | handler | ) | throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException [inline] |
Method marshal
| handler |
| void com::cosylab::acs::laser::dao::xml::Thresholds::marshal | ( | java.io.Writer | out | ) | throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException [inline] |
Method marshal
| out |
| boolean com::cosylab::acs::laser::dao::xml::Thresholds::removeThreshold | ( | com.cosylab.acs.laser.dao.xml.Threshold | vThreshold | ) | [inline] |
| void com::cosylab::acs::laser::dao::xml::Thresholds::setThreshold | ( | com.cosylab.acs.laser.dao.xml.Threshold[] | thresholdArray | ) | [inline] |
| void com::cosylab::acs::laser::dao::xml::Thresholds::setThreshold | ( | int | index, | |
| com.cosylab.acs.laser.dao.xml.Threshold | vThreshold | |||
| ) | throws java.lang.IndexOutOfBoundsException [inline] |
| static java.lang.Object com::cosylab::acs::laser::dao::xml::Thresholds::unmarshal | ( | java.io.Reader | reader | ) | throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException [inline, static] |
Method unmarshal
| reader |
| void com::cosylab::acs::laser::dao::xml::Thresholds::validate | ( | ) | throws org.exolab.castor.xml.ValidationException [inline] |
Method validate
Referenced by isValid().
java.util.ArrayList com::cosylab::acs::laser::dao::xml::Thresholds::_thresholdList [private] |
Field _thresholdList
Referenced by addThreshold(), clearThreshold(), enumerateThreshold(), getThreshold(), getThresholdCount(), removeThreshold(), setThreshold(), and Thresholds().
1.6.2