|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.wrq.vhi.script.api.command.Command com.wrq.vhi.script.api.command.WaitForCursorAtAttribute
public class WaitForCursorAtAttribute
A class that represents a VHI WaitForCursorAtAttribute command.
CommandList
,
HostSession.executeCommandList(com.wrq.vhi.script.api.command.CommandList)
,
HostSession.waitForCursorAtAttribute(java.lang.String, java.lang.String, int)
Constructor Summary | |
---|---|
WaitForCursorAtAttribute(java.lang.String entity,
java.lang.String attribute,
int timeout)
Constructs a new WaitForCursorAtAttr command. |
Method Summary | |
---|---|
java.lang.String |
getAttribute()
Gets the attribute. |
java.lang.String |
getEntity()
Gets the entity. |
java.lang.String |
getName()
Gets the command name. |
int |
getTimeout()
Gets the timeout. |
Methods inherited from class com.wrq.vhi.script.api.command.Command |
---|
isValidEchoType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WaitForCursorAtAttribute(java.lang.String entity, java.lang.String attribute, int timeout)
entity
- the name of the entity on which the attribute is definedattribute
- the name of the attributetimeout
- the maximum time to wait in secondsMethod Detail |
---|
public java.lang.String getEntity()
public java.lang.String getAttribute()
public int getTimeout()
public java.lang.String getName()
getName
in class Command
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |