com.wrq.vhi.script.api.command
Class ReadVariableFromField

java.lang.Object
  extended by com.wrq.vhi.script.api.command.Command
      extended by com.wrq.vhi.script.api.command.ReadVariableFromField

public class ReadVariableFromField
extends Command

A class that represents a VHI ReadVariableFromField command.

See Also:
CommandList, HostSession.executeCommandList(com.wrq.vhi.script.api.command.CommandList), HostSession.readVariableFromField(java.lang.String, java.lang.String, java.lang.String)

Constructor Summary
ReadVariableFromField(java.lang.String recordsetName, java.lang.String fieldName, java.lang.String variableName)
          Constructs a new ReadVarFromField command.
 
Method Summary
 java.lang.String getField()
          Gets the field name.
 java.lang.String getName()
          Gets the command name.
 java.lang.String getRecordSet()
          Gets the record set 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

ReadVariableFromField

public ReadVariableFromField(java.lang.String recordsetName,
                             java.lang.String fieldName,
                             java.lang.String variableName)
Constructs a new ReadVarFromField command.

Parameters:
recordsetName -
fieldName -
variableName -
Method Detail

getRecordSet

public java.lang.String getRecordSet()
Gets the record set name.

Returns:
the record set name

getField

public java.lang.String getField()
Gets the field name.

Returns:
the field name

getVariable

public java.lang.String getVariable()
Gets the variable name.

Returns:
the variable name

getName

public java.lang.String getName()
Gets the command name.

Specified by:
getName in class Command
Returns:
the command name