public class RangeAction extends BaseAction
CHILD, CONTENT| Constructor and Description |
|---|
RangeAction() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
execute(IExecContext execContext)
Executes an action
|
int |
getFrom() |
java.lang.String |
getName() |
int |
getTo() |
boolean |
isRandom() |
void |
setFrom(int from) |
void |
setName(java.lang.String name) |
void |
setRandom(boolean random) |
void |
setTo(int to) |
java.lang.String |
toString() |
addChild, clearActions, doReplace, doReplace, getActions, getChild, getContent, getFirstValueFound, getParent, getReplacementContent, getReplacementMarker, isUsedForDisplay, processAction, setAction, setActions, setChild, setContent, setParent, setReplacementContent, setReplacementMarker, setUsedForDisplaypublic java.lang.String execute(IExecContext execContext)
BaseActionexecute in class BaseActionexecContext - the application execution contextpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getName()
public void setName(java.lang.String name)
name - the name to setpublic int getFrom()
public void setFrom(int from)
from - the from to setpublic int getTo()
public void setTo(int to)
to - the to to setpublic boolean isRandom()
public void setRandom(boolean random)
random - the random to set