|
|||||||||
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.UpdateAttribute
public class UpdateAttribute
A class that represents a VHI UpdateAttribute command.
CommandList
,
HostSession.executeCommandList(com.wrq.vhi.script.api.command.CommandList)
,
HostSession.updateAttribute(java.lang.String)
Constructor Summary | |
---|---|
UpdateAttribute(java.lang.String attribute)
Constructs a new UpdateAttribute 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 |
---|
public UpdateAttribute(java.lang.String attribute)
attribute
- the attribute nameMethod Detail |
---|
public java.lang.String getAttribute()
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 |