|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TickType
Log entry. Includes the time the entry was logged and the actual reading value. Java content class for tick_type complex type.
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/Users/frankcohen/dev/cvs/tm_newer/tm5/tool/src/com/pushtotest/tool/xml/SDLog.xsd line 62)
<complexType name="tick_type">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>float">
<attribute name="time" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
| Method Summary | |
|---|---|
java.lang.String |
getTime()
Gets the value of the time property. |
float |
getValue()
Gets the value of the value property. |
void |
setTime(java.lang.String value)
Sets the value of the time property. |
void |
setValue(float value)
Sets the value of the value property. |
| Method Detail |
|---|
float getValue()
void setValue(float value)
java.lang.String getTime()
Stringvoid setTime(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||