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 SpreadSheetStatisticDataTypeSpreadSheetHistogramRanges. m_DataTypethe type of data to get from the Instances object (rows or columns).protected SpreadSheetStatisticDataTypeSpreadSheetStatistic. m_DataTypethe 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 SpreadSheetStatisticDataTypeSpreadSheetHistogramRanges. getDataType()Returns what type of data to retrieve from the Instances object.SpreadSheetStatisticDataTypeSpreadSheetStatistic. getDataType()Returns what type of data to retrieve from the Instances object.static SpreadSheetStatisticDataTypeSpreadSheetStatisticDataType. 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 voidSpreadSheetHistogramRanges. setDataType(SpreadSheetStatisticDataType value)Sets what type of data to retrieve from the Instances object.voidSpreadSheetStatistic. setDataType(SpreadSheetStatisticDataType value)Sets what type of data to retrieve from the Instances object.
-