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
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 Details
-
NO_START_LOOP
Deprecated.Use NO_START_LOOP instaed of null. -
REACHED_COUNT_SEPARATOR
Deprecated.The separator of reached counts.- See Also:
- Constant Field Values
-
-
Method Details
-
setEndLoop
Deprecated.Set end-of-loop command.- Parameters:
endLoop- end-of-loop command.
-