|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpicsou.data.Performance
public class Performance
Class Performance.
Constructor Summary | |
---|---|
Performance()
|
Method Summary | |
---|---|
java.lang.Long |
getIterations()
Returns the value of field 'iterations'. |
java.lang.Long |
getStartTime()
Returns the value of field 'startTime'. |
java.lang.String |
getStartTimeH()
Returns the value of field 'startTimeH'. |
java.lang.Long |
getSteps()
Returns the value of field 'steps'. |
java.lang.Long |
getStopTime()
Returns the value of field 'stopTime'. |
java.lang.String |
getStopTimeH()
Returns the value of field 'stopTimeH'. |
java.lang.Long |
getWallTime()
Returns the value of field 'wallTime'. |
boolean |
isValid()
Method isValid. |
void |
marshal(org.xml.sax.ContentHandler handler)
|
void |
marshal(java.io.Writer out)
|
void |
setIterations(java.lang.Long iterations)
Sets the value of field 'iterations'. |
void |
setStartTime(java.lang.Long startTime)
Sets the value of field 'startTime'. |
void |
setStartTimeH(java.lang.String startTimeH)
Sets the value of field 'startTimeH'. |
void |
setSteps(java.lang.Long steps)
Sets the value of field 'steps'. |
void |
setStopTime(java.lang.Long stopTime)
Sets the value of field 'stopTime'. |
void |
setStopTimeH(java.lang.String stopTimeH)
Sets the value of field 'stopTimeH'. |
void |
setWallTime(java.lang.Long wallTime)
Sets the value of field 'wallTime'. |
static Performance |
unmarshal(java.io.Reader reader)
Method unmarshal. |
void |
validate()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Performance()
Method Detail |
---|
public java.lang.Long getIterations()
public java.lang.Long getStartTime()
public java.lang.String getStartTimeH()
public java.lang.Long getSteps()
public java.lang.Long getStopTime()
public java.lang.String getStopTimeH()
public java.lang.Long getWallTime()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
-
org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemapublic void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
java.io.IOException
- if an IOException occurs during
marshaling
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schema
org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingpublic void setIterations(java.lang.Long iterations)
iterations
- the value of field 'iterations'.public void setStartTime(java.lang.Long startTime)
startTime
- the value of field 'startTime'.public void setStartTimeH(java.lang.String startTimeH)
startTimeH
- the value of field 'startTimeH'.public void setSteps(java.lang.Long steps)
steps
- the value of field 'steps'.public void setStopTime(java.lang.Long stopTime)
stopTime
- the value of field 'stopTime'.public void setStopTimeH(java.lang.String stopTimeH)
stopTimeH
- the value of field 'stopTimeH'.public void setWallTime(java.lang.Long wallTime)
wallTime
- the value of field 'wallTime'.public static Performance unmarshal(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
-
org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemapublic void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schema
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |