public interface StartLoop
| Modifier and Type | Field and Description |
|---|---|
static StartLoop |
NO_START_LOOP
Use NO_START_LOOP instaed of null.
|
static String |
REACHED_COUNT_SEPARATOR
The separator of reached counts.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getReachedCounts()
Get nested reached counts separated by REACHED_COUNT_SEPARATOR.
|
void |
incrementReachedCount()
Increment reached count.
|
void |
resetReachedCount()
Reset reached count.
|
void |
setEndLoop(EndLoop endLoop)
Set end-of-loop command.
|
static final StartLoop NO_START_LOOP
static final String REACHED_COUNT_SEPARATOR
void setEndLoop(EndLoop endLoop)
endLoop - end-of-loop command.void resetReachedCount()
void incrementReachedCount()
String getReachedCounts()
Copyright © 2014. All rights reserved.