|
|||||||||
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.WriteVariableToAttribute
public class WriteVariableToAttribute
A class that represents a VHI WriteVariableToAttribute command.
CommandList
,
HostSession.executeCommandList(com.wrq.vhi.script.api.command.CommandList)
,
HostSession.writeVariableToAttribute(java.lang.String, java.lang.String)
Constructor Summary | |
---|---|
WriteVariableToAttribute(java.lang.String attribute,
java.lang.String variable)
Constructs a new WriteVariableToAttribute command. |
Method Summary | |
---|---|
java.lang.String |
getAttribute()
Gets the attribute name. |
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 WriteVariableToAttribute(java.lang.String attribute, java.lang.String variable)
attribute
- name of attribute to be written tovariable
- name of variable containing value to be writtenMethod Detail |
---|
public java.lang.String getAttribute()
public java.lang.String getVariable()
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 |