net.skirnir.freyja.zpt
クラス ZptTemplateContext.RepeatInfo

java.lang.Object
  上位を拡張 net.skirnir.freyja.zpt.ZptTemplateContext.RepeatInfo
含まれているクラス:
ZptTemplateContext

public static class ZptTemplateContext.RepeatInfo
extends Object


コンストラクタの概要
ZptTemplateContext.RepeatInfo(Object[] objs)
           
 
メソッドの概要
 int getIndex()
           
 int getLength()
           
 String getLetter()
           
 String getLETTER()
           
 int getNumber()
           
 boolean isEnd()
           
 boolean isEven()
           
 boolean isOdd()
           
 boolean isStart()
           
 void update()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ZptTemplateContext.RepeatInfo

public ZptTemplateContext.RepeatInfo(Object[] objs)
メソッドの詳細

update

public void update()

getIndex

public int getIndex()

getNumber

public int getNumber()

isEven

public boolean isEven()

isOdd

public boolean isOdd()

isStart

public boolean isStart()

isEnd

public boolean isEnd()

getLength

public int getLength()

getLetter

public String getLetter()

getLETTER

public String getLETTER()


Copyright © 2011 The Skirnir Project. All Rights Reserved.