Uses of Class
adams.data.timeseries.FixedNumFeatures.FillerType
-
Packages that use FixedNumFeatures.FillerType Package Description adams.data.timeseries -
-
Uses of FixedNumFeatures.FillerType in adams.data.timeseries
Fields in adams.data.timeseries declared as FixedNumFeatures.FillerType Modifier and Type Field Description protected FixedNumFeatures.FillerType
FixedNumFeatures. m_FillerType
the filler type.Methods in adams.data.timeseries that return FixedNumFeatures.FillerType Modifier and Type Method Description FixedNumFeatures.FillerType
FixedNumFeatures. getFillerType()
Returns the type of filler to use.static FixedNumFeatures.FillerType
FixedNumFeatures.FillerType. valueOf(String name)
Returns the enum constant of this type with the specified name.static FixedNumFeatures.FillerType[]
FixedNumFeatures.FillerType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.data.timeseries with parameters of type FixedNumFeatures.FillerType Modifier and Type Method Description void
FixedNumFeatures. setFillerType(FixedNumFeatures.FillerType value)
Sets the type of filler to use.
-