org.apache.cocoon.template.instruction
Class LoopTagStatus
java.lang.Object
org.apache.cocoon.template.instruction.LoopTagStatus
- public class LoopTagStatus
- extends Object
- Version:
- SVN $Id: LoopTagStatus.java 587761 2007-10-24 03:08:05Z vgritsenko $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoopTagStatus
public LoopTagStatus()
setBegin
public void setBegin(int begin)
getBegin
public int getBegin()
setEnd
public void setEnd(int end)
getEnd
public int getEnd()
setStep
public void setStep(int step)
getStep
public int getStep()
setFirst
public void setFirst(boolean first)
isFirst
public boolean isFirst()
setIndex
public void setIndex(int index)
getIndex
public int getIndex()
setCount
public void setCount(int count)
getCount
public int getCount()
setCurrent
public void setCurrent(Object current)
getCurrent
public Object getCurrent()
setLast
public void setLast(boolean last)
isLast
public boolean isLast()
Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.