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

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

public class WriteToMappedAttribute
extends Command

A class that represents a VHI WriteToMappedAttribute command.

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

Constructor Summary
WriteToMappedAttribute(java.lang.String attribute)
          Constructs a new WriteToMappedAttr.
 
Method Summary
 java.lang.String getAttribute()
          Gets the attribute name.
 java.lang.String getName()
          Gets the command 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

WriteToMappedAttribute

public WriteToMappedAttribute(java.lang.String attribute)
Constructs a new WriteToMappedAttr.

Parameters:
attribute - name of mapped attribute to be written
Method Detail

getAttribute

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

Returns:
name of mapped attribute to be written

getName

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

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