Package wt.series
Class FileBasedSeries
java.lang.Object
wt.series._Series
wt.series.Series
wt.series._FileBasedSeries
wt.series.FileBasedSeries
- All Implemented Interfaces:
Externalizable,Serializable,Cloneable,wt.fc._NetFactor,wt.fc._ObjectMappable,NetFactor,ObjectMappable
@GenAsObjectMappable(superClass=Series.class,versions=7620537180150616532L,properties={@GeneratedProperty(name="series",type=java.lang.String.class,accessors=@PropertyAccessors(setAccess=PRIVATE),columnProperties=@ColumnProperties(persistent=false)),@GeneratedProperty(name="maturity",type=java.lang.String.class,accessors=@PropertyAccessors(setAccess=PRIVATE),columnProperties=@ColumnProperties(persistent=false))})
public class FileBasedSeries
extends wt.series._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
- See Also:
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected voidinitialize(String series, String maturity) Supports initialization, following construction of an instance.static FileBasedSeriesnewFileBasedSeries(String series, String maturity) Makes a new instance where the value at the given series and maturity level is set to the given string.
-
Method Details
-
newFileBasedSeries
public static FileBasedSeries newFileBasedSeries(String series, String maturity) throws SeriesException, WTPropertyVetoException Makes a new instance where the value at the given series and maturity level is set to the given string.
Supported API: true- Parameters:
series-maturity-- Returns:
- FileBasedSeries
- Throws:
SeriesExceptionWTPropertyVetoException
-
initialize
protected void initialize(String series, String maturity) throws SeriesException, WTPropertyVetoException Supports initialization, following construction of an instance. Invoked by "new" factory having the same signature.
Supported API: true- Parameters:
series-maturity-- Throws:
SeriesExceptionWTPropertyVetoException
-