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

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

public class TransmitToAttribute
extends Command

A class that represents a VHI TransmitToAttribute command.

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

Constructor Summary
TransmitToAttribute(java.lang.String attribute, java.lang.String value)
          Constructs a new TransmitToAttr command.
 
Method Summary
 java.lang.String getAttribute()
          Gets the attribute name.
 java.lang.String getName()
          Gets the command name.
 java.lang.String getValue()
          Gets the value.
 
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

TransmitToAttribute

public TransmitToAttribute(java.lang.String attribute,
                           java.lang.String value)
Constructs a new TransmitToAttr command.

Parameters:
attribute - the attribute name
value - the value
Method Detail

getAttribute

public java.lang.String getAttribute()
Gets the attribute name.

Returns:
the attribute

getValue

public java.lang.String getValue()
Gets the value.

Returns:
the value

getName

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

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