Package jp.vmi.selenium.selenese.command
Interface StartLoop
-
- All Superinterfaces:
BlockStart
@Deprecated public interface StartLoop extends BlockStart
Deprecated.Interface for beginning-of-loop commands.
-
-
Field Summary
Fields Modifier and Type Field Description static StartLoopNO_START_LOOPDeprecated.Use NO_START_LOOP instaed of null.static StringREACHED_COUNT_SEPARATORDeprecated.The separator of reached counts.-
Fields inherited from interface jp.vmi.selenium.selenese.command.BlockStart
NO_BLOCK_START
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidsetEndLoop(EndLoop endLoop)Deprecated.Set end-of-loop command.-
Methods inherited from interface jp.vmi.selenium.selenese.command.BlockStart
isLoopBlock, setBlockEnd
-
-
-
-
Field Detail
-
NO_START_LOOP
static final StartLoop NO_START_LOOP
Deprecated.Use NO_START_LOOP instaed of null.
-
REACHED_COUNT_SEPARATOR
static final String REACHED_COUNT_SEPARATOR
Deprecated.The separator of reached counts.- See Also:
- Constant Field Values
-
-
Method Detail
-
setEndLoop
void setEndLoop(EndLoop endLoop)
Deprecated.Set end-of-loop command.- Parameters:
endLoop- end-of-loop command.
-
-