Package wt.series

Class IntegerSeries

java.lang.Object
wt.series._Series
wt.series.Series
wt.series._IntegerSeries
wt.series.IntegerSeries
All Implemented Interfaces:
Externalizable, Serializable, Cloneable, wt.fc._NetFactor, wt.fc._ObjectMappable, NetFactor, ObjectMappable

Defines a sequencing model of whole integer values ranging from min to max with an increment of delta between each adjacent value.

Use the newIntegerSeries static factory method(s), not the IntegerSeries 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: true

See Also:
  • Field Summary

    Fields inherited from class wt.series._Series

    VALUE
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Decrements the value of the series to the next adjacent value.
    boolean
    equals(Series object)
    Tests if the value of this series is equal to the given one and returns true.
    protected static Integer
    Gets the value of the attribute: DELTA.
    protected Integer
    Gets the integer value of the series.
    static Integer
    Gets the value of the attribute: MAX.
    static Integer
    Gets the value of the attribute: MIN.
    Overrides super class' getter to specifically deal with an integer value stored as a string.
    boolean
    Tests if the value of this series is greater than to the given one and returns true.
    void
    Increments the value of the series to the next adjacent value.
    protected void


    Supported API: true
    protected void
    Supports initialization, following construction of an instance.
    protected void
    initialize(String seriesName, Integer value)
    Supports initialization, following construction of an instance.
    protected void
    initialize(String seriesName, String value)
    Supports initialization, following construction of an instance.
    boolean
    lessThan(Series object)
    Tests if the value of this series is less than to the given one and returns true.
    Makes a new instance.
    Makes a new instance where the value is set to the given integer.
    newIntegerSeries(String seriesName, Integer value)
    Makes a new instance where the value is set to the given string.
    newIntegerSeries(String seriesName, String value)
    Makes a new instance where the value is set to the given string.
    void
    Resets the value of the series to its min.
    protected static void
    setDelta(Integer a_Delta)
    Sets the value of the attribute: DELTA.
    protected void
    Sets the integer value of the series.
    protected static void
    setMax(Integer a_Max)
    Sets the value of the attribute: MAX.
    protected static void
    setMin(Integer a_Min)
    Sets the value of the attribute: MIN.
    protected void
    setValue(String aValue)
    Overrides super class' setter to specifically deal with an integer value stored as a string.

    Methods inherited from class wt.series.Series

    newSeries, newSeries

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait