|
T-Plan Robot Enterprise 3.4 Build No. 3.4-20130322.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.tplan.robot.scripting.commands.impl.TimerInfo
public class TimerInfo
Timer output object for reporting of data created by the Timer command.
T-Plan Robot Enterprise, (C) 2009-2013 T-Plan Limited. All rights reserved.
| Field Summary | |
|---|---|
static int |
TYPE_TIMER
|
| Fields inherited from interface com.tplan.robot.scripting.commands.OutputObject |
|---|
TYPE_ERROR, TYPE_LOG, TYPE_SCREENSHOT, TYPE_STATUS, TYPE_UNKNOWN, TYPE_WARNING |
| Method Summary | |
|---|---|
String |
getCode()
Get code of the output object. |
Date |
getDate()
Get date and time of when the output object was created. |
String |
getDescription()
Get the output object description. |
String |
getName()
|
long |
getReferenceValue()
|
long |
getTime()
|
int |
getType()
Get the output object type. |
void |
setAttribute(String name,
Object value)
|
void |
start()
|
void |
stop()
|
Map<String,Object> |
toMap()
Return a map of valid properties of this output object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int TYPE_TIMER
| Method Detail |
|---|
public void setAttribute(String name,
Object value)
public String getName()
public int getType()
OutputObject
getType in interface OutputObjectpublic String getCode()
OutputObject
getCode in interface OutputObjectpublic void start()
public void stop()
public String getDescription()
OutputObject
getDescription in interface OutputObjectpublic Date getDate()
OutputObject
getDate in interface OutputObjectpublic Map<String,Object> toMap()
OutputObject
toMap in interface OutputObjectpublic long getTime()
public long getReferenceValue()
|
T-Plan Robot Enterprise 3.4 Build No. 3.4-20130322.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||