| Modifier and Type | Method and Description |
|---|---|
static CommandType |
CommandType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandType[] |
CommandType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected CommandType |
CommandData.type |
| Modifier and Type | Method and Description |
|---|---|
CommandType |
CommandData.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandData.setType(CommandType type) |
| Constructor and Description |
|---|
CommandData(CommandType commandType) |
CommandData(CommandType commandType,
UUID id) |
| Constructor and Description |
|---|
SelectorCommandData(CommandType commandType) |
SelectorCommandData(CommandType commandType,
UUID id) |
| Constructor and Description |
|---|
MultiResultSelectorCommandData(CommandType commandType) |
MultiResultSelectorCommandData(CommandType commandType,
UUID id) |
| Constructor and Description |
|---|
CountWaitCommandData(Integer seconds,
CommandType waitType) |
CountWaitCommandData(Integer seconds,
CommandType waitType,
UUID id) |
JavaScriptWaitCommandData(Integer seconds,
CommandType waitType) |
JavaScriptWaitCommandData(Integer seconds,
CommandType waitType,
UUID id) |
SelectionStateWaitCommandData(Integer seconds,
CommandType waitType) |
SelectionStateWaitCommandData(Integer seconds,
CommandType waitType,
UUID id) |
WaitCommandData(Integer seconds,
CommandType commandType) |
WaitCommandData(Integer seconds,
CommandType commandType,
UUID id) |
| Constructor and Description |
|---|
ExistenceWaitCommandData(Integer seconds,
CommandType waitType) |
ExistenceWaitCommandData(Integer seconds,
CommandType waitType,
UUID id) |
NestedExistenceWaitCommandData(Integer seconds,
CommandType waitType) |
NestedExistenceWaitCommandData(Integer seconds,
CommandType waitType,
UUID id) |
| Constructor and Description |
|---|
LogicalAndOrWaitCommandData(Integer seconds,
CommandType waitType) |
LogicalAndOrWaitCommandData(Integer seconds,
CommandType waitType,
UUID id) |
LogicalWaitCommandData(Integer seconds,
CommandType waitType) |
LogicalWaitCommandData(Integer seconds,
CommandType waitType,
UUID id) |
| Constructor and Description |
|---|
TextMatchAttributeSelectorWaitCommandData(Integer seconds,
CommandType waitType) |
TextMatchAttributeSelectorWaitCommandData(Integer seconds,
CommandType waitType,
UUID id) |
TextMatchSelectorWaitCommandData(Integer seconds,
CommandType waitType) |
TextMatchSelectorWaitCommandData(Integer seconds,
CommandType waitType,
UUID id) |
TextMatchWaitCommandData(Integer seconds,
CommandType waitType) |
TextMatchWaitCommandData(Integer seconds,
CommandType waitType,
UUID id) |
| Constructor and Description |
|---|
InvisibilityWaitCommandData(Integer seconds,
CommandType waitType) |
InvisibilityWaitCommandData(Integer seconds,
CommandType waitType,
UUID id) |
NestedVisibilityWaitCommandData(Integer seconds,
CommandType waitType) |
NestedVisibilityWaitCommandData(Integer seconds,
CommandType waitType,
UUID id) |
VisibilityWaitCommandData(Integer seconds,
CommandType waitType) |
VisibilityWaitCommandData(Integer seconds,
CommandType waitType,
UUID id) |
Copyright © 2017. All rights reserved.