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

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

public class ReadFromMappedAttribute
extends Command

A class that represents a VHI ReadFromMappedAttribute command.

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

Constructor Summary
ReadFromMappedAttribute(java.lang.String attribute)
          Constructs a new ReadFromMappedAttr command.
 
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

ReadFromMappedAttribute

public ReadFromMappedAttribute(java.lang.String attribute)
Constructs a new ReadFromMappedAttr command.

Parameters:
attribute - the attribute name
Method Detail

getAttribute

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

Returns:
the attribute name

getName

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

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