public class LoopTagStatus extends Object
| Constructor and Description |
|---|
LoopTagStatus() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
Object |
getCurrent() |
Integer |
getEnd() |
int |
getIndex() |
Integer |
getStep() |
boolean |
isFirst() |
boolean |
isLast() |
void |
setBegin(Integer begin) |
void |
setCount(int count) |
void |
setCurrent(Object current) |
void |
setEnd(Integer end) |
void |
setIndex(int index) |
void |
setStep(Integer step) |
public int getCount()
public void setCount(int count)
public Object getCurrent()
public void setCurrent(Object current)
public Integer getEnd()
public void setEnd(Integer end)
public Integer getStep()
public void setStep(Integer step)
public boolean isFirst()
public int getIndex()
public void setIndex(int index)
public boolean isLast()
public void setBegin(Integer begin)
Copyright © 2015. All Rights Reserved.