com::cosylab::acs::laser::dao::xml::Thresholds Class Reference

Collaboration diagram for com::cosylab::acs::laser::dao::xml::Thresholds:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

Class Thresholds.

Version:
Revision
1.3
Date
2006/09/25 08:52:36

Constructor & Destructor Documentation

com::cosylab::acs::laser::dao::xml::Thresholds::Thresholds (  )  [inline]

References _thresholdList.


Member Function Documentation

void com::cosylab::acs::laser::dao::xml::Thresholds::addThreshold ( int  index,
com.cosylab.acs.laser.dao.xml.Threshold  vThreshold 
) throws java.lang.IndexOutOfBoundsException [inline]

Method addThreshold

Parameters:
index 
vThreshold 

References _thresholdList.

void com::cosylab::acs::laser::dao::xml::Thresholds::addThreshold ( com.cosylab.acs.laser.dao.xml.Threshold  vThreshold  )  throws java.lang.IndexOutOfBoundsException [inline]

Method addThreshold

Parameters:
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]

Method enumerateThreshold

Returns:
Enumeration

References _thresholdList.

com.cosylab.acs.laser.dao.xml.Threshold [] com::cosylab::acs::laser::dao::xml::Thresholds::getThreshold (  )  [inline]

Method getThreshold

Returns:
Threshold

References _thresholdList.

com.cosylab.acs.laser.dao.xml.Threshold com::cosylab::acs::laser::dao::xml::Thresholds::getThreshold ( int  index  )  throws java.lang.IndexOutOfBoundsException [inline]
int com::cosylab::acs::laser::dao::xml::Thresholds::getThresholdCount (  )  [inline]
boolean com::cosylab::acs::laser::dao::xml::Thresholds::isValid (  )  [inline]

Method isValid

Returns:
boolean

References validate().

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

Parameters:
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

Parameters:
out 
boolean com::cosylab::acs::laser::dao::xml::Thresholds::removeThreshold ( com.cosylab.acs.laser.dao.xml.Threshold  vThreshold  )  [inline]

Method removeThreshold

Parameters:
vThreshold 
Returns:
boolean

References _thresholdList.

void com::cosylab::acs::laser::dao::xml::Thresholds::setThreshold ( com.cosylab.acs.laser.dao.xml.Threshold[]  thresholdArray  )  [inline]

Method setThreshold

Parameters:
thresholdArray 

References _thresholdList.

void com::cosylab::acs::laser::dao::xml::Thresholds::setThreshold ( int  index,
com.cosylab.acs.laser.dao.xml.Threshold  vThreshold 
) throws java.lang.IndexOutOfBoundsException [inline]

Method setThreshold

Parameters:
index 
vThreshold 

References _thresholdList.

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

Parameters:
reader 
Returns:
Object
void com::cosylab::acs::laser::dao::xml::Thresholds::validate (  )  throws org.exolab.castor.xml.ValidationException [inline]

Method validate

Referenced by isValid().


Member Data Documentation


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2