
Public Member Functions | |
| Threshold () | |
| void | deleteValue () |
| com.cosylab.acs.laser.dao.xml.AlarmDefinition | getAlarmDefinition () |
| int | getValue () |
| boolean | hasValue () |
| 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 |
| void | setAlarmDefinition (com.cosylab.acs.laser.dao.xml.AlarmDefinition alarmDefinition) |
| void | setValue (int value) |
| 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 | |
| int | _value |
| boolean | _has_value |
| com.cosylab.acs.laser.dao.xml.AlarmDefinition | _alarmDefinition |
Class Threshold.
| com::cosylab::acs::laser::dao::xml::Threshold::Threshold | ( | ) | [inline] |
| void com::cosylab::acs::laser::dao::xml::Threshold::deleteValue | ( | ) | [inline] |
Method deleteValue
References _has_value.
| com.cosylab.acs.laser.dao.xml.AlarmDefinition com::cosylab::acs::laser::dao::xml::Threshold::getAlarmDefinition | ( | ) | [inline] |
Returns the value of field 'alarmDefinition'. The field 'alarmDefinition' has the following description: LASER alarm definition
References _alarmDefinition.
Referenced by com::cosylab::acs::laser::dao::ACSAlarmDAOImpl::loadReductionRules(), cl::utfsm::acs::acg::dao::ACSAlarmDAOImpl::loadReductionRules(), and com::cosylab::acs::laser::dao::xml::ThresholdDescriptor::ThresholdDescriptor().
| int com::cosylab::acs::laser::dao::xml::Threshold::getValue | ( | ) | [inline] |
Returns the value of field 'value'.
References _value.
Referenced by com::cosylab::acs::laser::dao::xml::ThresholdDescriptor::ThresholdDescriptor().
| boolean com::cosylab::acs::laser::dao::xml::Threshold::hasValue | ( | ) | [inline] |
Method hasValue
References _has_value.
Referenced by com::cosylab::acs::laser::dao::xml::ThresholdDescriptor::ThresholdDescriptor().
| boolean com::cosylab::acs::laser::dao::xml::Threshold::isValid | ( | ) | [inline] |
| void com::cosylab::acs::laser::dao::xml::Threshold::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::Threshold::marshal | ( | java.io.Writer | out | ) | throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException [inline] |
Method marshal
| out |
| void com::cosylab::acs::laser::dao::xml::Threshold::setAlarmDefinition | ( | com.cosylab.acs.laser.dao.xml.AlarmDefinition | alarmDefinition | ) | [inline] |
Sets the value of field 'alarmDefinition'. The field 'alarmDefinition' has the following description: LASER alarm definition
| alarmDefinition | the value of field 'alarmDefinition'. |
References _alarmDefinition.
Referenced by com::cosylab::acs::laser::dao::xml::ThresholdDescriptor::ThresholdDescriptor().
| void com::cosylab::acs::laser::dao::xml::Threshold::setValue | ( | int | value | ) | [inline] |
Sets the value of field 'value'.
| value | the value of field 'value'. |
References _has_value, and _value.
Referenced by com::cosylab::acs::laser::dao::xml::ThresholdDescriptor::ThresholdDescriptor().
| static java.lang.Object com::cosylab::acs::laser::dao::xml::Threshold::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::Threshold::validate | ( | ) | throws org.exolab.castor.xml.ValidationException [inline] |
Method validate
Referenced by isValid().
com.cosylab.acs.laser.dao.xml.AlarmDefinition com::cosylab::acs::laser::dao::xml::Threshold::_alarmDefinition [private] |
LASER alarm definition
Referenced by getAlarmDefinition(), and setAlarmDefinition().
boolean com::cosylab::acs::laser::dao::xml::Threshold::_has_value [private] |
keeps track of state for field: _value
Referenced by deleteValue(), hasValue(), and setValue().
int com::cosylab::acs::laser::dao::xml::Threshold::_value [private] |
Field _value
Referenced by getValue(), and setValue().
1.6.2