|
|||||||||
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.ReadVariableFromLocation
public class ReadVariableFromLocation
A class that represents a VHI ReadVariableFromLocation command.
CommandList
,
HostSession.executeCommandList(com.wrq.vhi.script.api.command.CommandList)
,
HostSession.readVariableFromLocation(java.lang.String, int, int, int)
Constructor Summary | |
---|---|
ReadVariableFromLocation(java.lang.String variable,
int row,
int column,
int length)
Constructs a new ReadVarFromLocation command. |
Method Summary | |
---|---|
int |
getColumn()
Gets the column. |
int |
getLength()
Gets the length. |
java.lang.String |
getName()
Gets the command name. |
int |
getRow()
Gets the row. |
java.lang.String |
getVariable()
Gets the variable name. |
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 ReadVariableFromLocation(java.lang.String variable, int row, int column, int length)
variable
- the variable namerow
- the one-based rowcolumn
- the one-based columnlength
- the number of characters to readMethod Detail |
---|
public java.lang.String getVariable()
public int getRow()
public int getColumn()
public int getLength()
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 |