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.FillerTypeFixedNumFeatures. m_FillerTypethe filler type.Methods in adams.data.timeseries that return FixedNumFeatures.FillerType Modifier and Type Method Description FixedNumFeatures.FillerTypeFixedNumFeatures. getFillerType()Returns the type of filler to use.static FixedNumFeatures.FillerTypeFixedNumFeatures.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 voidFixedNumFeatures. setFillerType(FixedNumFeatures.FillerType value)Sets the type of filler to use.
-