|
|||||||||
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.ReadVariableFromTerminal
public class ReadVariableFromTerminal
A class that represents a VHI ReadVariableFromTerminal command.
CommandList
,
HostSession.executeCommandList(com.wrq.vhi.script.api.command.CommandList)
,
HostSession.readVariableFromTerminal(java.lang.String, int)
Constructor Summary | |
---|---|
ReadVariableFromTerminal(java.lang.String variable,
int length)
Constructs a new ReadVarFromTerminal command. |
Method Summary | |
---|---|
int |
getLength()
Gets the variable length. |
java.lang.String |
getName()
Gets the command name. |
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 ReadVariableFromTerminal(java.lang.String variable, int length)
variable
- the variable namelength
- the number of characters to readMethod Detail |
---|
public java.lang.String getVariable()
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 |