oracle.apps.xdo.template.rtf
Class XSLTFunctions.MySequenceNumber
java.lang.Object
oracle.apps.xdo.template.rtf.XSLTFunctions.MySequenceNumber
- Enclosing class:
- XSLTFunctions
public static class XSLTFunctions.MySequenceNumber
- extends java.lang.Object
my implmentation of sequence number
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_name
protected java.lang.String _name
_current
protected int _current
_start
protected int _start
_increment
protected int _increment
_max
protected int _max
XSLTFunctions.MySequenceNumber
public XSLTFunctions.MySequenceNumber()
XSLTFunctions.MySequenceNumber
public XSLTFunctions.MySequenceNumber(java.lang.String name)
XSLTFunctions.MySequenceNumber
public XSLTFunctions.MySequenceNumber(java.lang.String name,
int start,
int max,
int current,
int increment)
reset
public void reset()
nextNumber
public int nextNumber()
getCurrentNumber
public int getCurrentNumber()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object