Uses of Class
adams.flow.transformer.SpreadSheetStatistic.DataType

Packages that use SpreadSheetStatistic.DataType
adams.flow.transformer   
 

Uses of SpreadSheetStatistic.DataType in adams.flow.transformer
 

Fields in adams.flow.transformer declared as SpreadSheetStatistic.DataType
protected  SpreadSheetStatistic.DataType SpreadSheetStatistic.m_DataType
          the type of data to get from the Instances object (rows or columns).
 

Methods in adams.flow.transformer that return SpreadSheetStatistic.DataType
 SpreadSheetStatistic.DataType SpreadSheetStatistic.getDataType()
          Returns what type of data to retrieve from the Instances object.
static SpreadSheetStatistic.DataType SpreadSheetStatistic.DataType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SpreadSheetStatistic.DataType[] SpreadSheetStatistic.DataType.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 SpreadSheetStatistic.DataType
 void SpreadSheetStatistic.setDataType(SpreadSheetStatistic.DataType value)
          Sets what type of data to retrieve from the Instances object.
 



Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.