Package jp.vmi.selenium.selenese.command
Interface BlockStart
-
-
Field Summary
Fields Modifier and Type Field Description static BlockStartNO_BLOCK_STARTUse NO_START_LOOP instaed of null.static StringREACHED_COUNT_SEPARATORThe separator of reached counts.
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default booleanisLoopBlock()True if the block is loop.voidsetBlockEnd(BlockEnd blockEnd)Set end-of-block command.
-
-
-
Field Detail
-
NO_BLOCK_START
static final BlockStart NO_BLOCK_START
Use NO_START_LOOP instaed of null.
-
REACHED_COUNT_SEPARATOR
static final String REACHED_COUNT_SEPARATOR
The separator of reached counts.- See Also:
- Constant Field Values
-
-
Method Detail
-
isLoopBlock
default boolean isLoopBlock()
True if the block is loop.- Returns:
- true if the block is loop
-
setBlockEnd
void setBlockEnd(BlockEnd blockEnd)
Set end-of-block command.- Parameters:
blockEnd- end-of-block command.
-
-