|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.series.Series
wt.series.FileBasedSeries
public class FileBasedSeries
Defines a sequencing model based on an XML input file stored in the SeriesTemplate table.
Use the newFileBasedSeries static factory method(s), not
the FileBasedSeries constructor, to construct instances
of this class. Instances must be constructed using the static factory(s),
in order to ensure proper initialization of the instance.
Supported API: true
Extendable: false
| Field Summary |
|---|
| Fields inherited from class wt.series.Series |
|---|
VALUE |
| Method Summary | |
|---|---|
void |
decrement()
Specifies an abstract means of decrementing the value to the next adjacent descending value in a series. |
boolean |
equals(Series object)
Tests if this series is equal to the given one and returns true. |
boolean |
greaterThan(Series object)
Tests if this series is greater than to the given one and returns true. |
void |
increment()
Specifies an abstract means of incrementing the value to the next adjacent ascending value in a series. |
protected void |
initialize(String series,
String maturity)
Supports initialization, following construction of an instance. |
boolean |
lessThan(Series object)
Tests if this series is less than to the given one and returns true. |
static FileBasedSeries |
newFileBasedSeries(String series,
String maturity)
Makes a new instance where the value at the given series and maturity level is set to the given string. |
void |
reset()
Specifies an abstract means of resetting the value to the first one in a series. |
| Methods inherited from class wt.series.Series |
|---|
getValue, newSeries, newSeries, setValue |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static FileBasedSeries newFileBasedSeries(String series,
String maturity)
throws SeriesException,
WTPropertyVetoException
series - maturity -
SeriesException
WTPropertyVetoException
protected void initialize(String series,
String maturity)
throws SeriesException,
WTPropertyVetoException
series - maturity -
SeriesException
WTPropertyVetoException
public void reset()
throws SeriesException,
WTPropertyVetoException
reset in class SeriesSeriesException
WTPropertyVetoException
public void increment()
throws SeriesException,
WTPropertyVetoException
increment in class SeriesSeriesException
WTPropertyVetoException
public void decrement()
throws SeriesException,
WTPropertyVetoException
decrement in class SeriesSeriesException
WTPropertyVetoExceptionpublic boolean equals(Series object)
equals in class Seriesobject -
public boolean lessThan(Series object)
lessThan in class Seriesobject -
public boolean greaterThan(Series object)
greaterThan in class Seriesobject -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||