|
|||||||||
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.DefaultValue
public class DefaultValue
A class that represents a VHI DefaultValue command.
CommandList
,
HostSession.executeCommandList(com.wrq.vhi.script.api.command.CommandList)
,
HostSession.defaultValue(java.lang.String, java.lang.String, int)
Constructor Summary | |
---|---|
DefaultValue(java.lang.String attribute,
java.lang.String value,
int context)
Constructs a new DefaultValue command. |
Method Summary | |
---|---|
java.lang.String |
getAttribute()
Gets the attribute name. |
int |
getContext()
Gets the context for the command. |
java.lang.String |
getName()
Gets the command name. |
java.lang.String |
getValue()
Gets the default 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 |
---|
public DefaultValue(java.lang.String attribute, java.lang.String value, int context)
attribute
- name of attribute to be modifiedvalue
- the value to be transmittedcontext
- selects when the command will be executed:
HostSession.DESIGN_TOOL_ONLY
- perform only in the design toolHostSession.DESIGN_TOOL_AND_SERVER
- perform in both the design tool and serverMethod Detail |
---|
public java.lang.String getAttribute()
public java.lang.String getValue()
public int getContext()
HostSession.DESIGN_TOOL_ONLY
- perform only in the design toolHostSession.DESIGN_TOOL_AND_SERVER
- perform in both the design tool and server
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 |