Uses of Class
adams.flow.transformer.SpreadSheetStatisticDataType
-
Packages that use SpreadSheetStatisticDataType Package Description adams.flow.transformer -
-
Uses of SpreadSheetStatisticDataType in adams.flow.transformer
Fields in adams.flow.transformer declared as SpreadSheetStatisticDataType Modifier and Type Field Description protected SpreadSheetStatisticDataType
SpreadSheetHistogramRanges. m_DataType
the type of data to get from the Instances object (rows or columns).protected SpreadSheetStatisticDataType
SpreadSheetStatistic. m_DataType
the type of data to get from the Instances object (rows or columns).Methods in adams.flow.transformer that return SpreadSheetStatisticDataType Modifier and Type Method Description SpreadSheetStatisticDataType
SpreadSheetHistogramRanges. getDataType()
Returns what type of data to retrieve from the Instances object.SpreadSheetStatisticDataType
SpreadSheetStatistic. getDataType()
Returns what type of data to retrieve from the Instances object.static SpreadSheetStatisticDataType
SpreadSheetStatisticDataType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SpreadSheetStatisticDataType[]
SpreadSheetStatisticDataType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.transformer with parameters of type SpreadSheetStatisticDataType Modifier and Type Method Description void
SpreadSheetHistogramRanges. setDataType(SpreadSheetStatisticDataType value)
Sets what type of data to retrieve from the Instances object.void
SpreadSheetStatistic. setDataType(SpreadSheetStatisticDataType value)
Sets what type of data to retrieve from the Instances object.
-