|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.exolab.jmscts.report.Statistic
A statistic collected during a test run.
Constructor Summary | |
Statistic()
|
Method Summary | |
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
int |
getCount()
Returns the value of field 'count'. |
double |
getRate()
Returns the value of field 'rate'. |
org.exolab.castor.types.Time |
getTime()
Returns the value of field 'time'. |
StatisticType |
getType()
Returns the value of field 'type'. |
boolean |
hasCount()
Method hasCount |
boolean |
hasRate()
Method hasRate |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
void |
setCount(int count)
Sets the value of field 'count'. |
void |
setRate(double rate)
Sets the value of field 'rate'. |
void |
setTime(org.exolab.castor.types.Time time)
Sets the value of field 'time'. |
void |
setType(StatisticType type)
Sets the value of field 'type'. |
static Statistic |
unmarshal(java.io.Reader reader)
Method unmarshal |
void |
validate()
Method validate |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Statistic()
Method Detail |
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- public int getCount()
public double getRate()
public org.exolab.castor.types.Time getTime()
public StatisticType getType()
public boolean hasCount()
public boolean hasRate()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
- public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
- public void setCount(int count)
count
- the value of field 'count'.public void setRate(double rate)
rate
- the value of field 'rate'.public void setTime(org.exolab.castor.types.Time time)
time
- the value of field 'time'.public void setType(StatisticType type)
type
- the value of field 'type'.public static Statistic unmarshal(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
- public void validate() throws org.exolab.castor.xml.ValidationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |