Uses of Class
adams.flow.transformer.WekaExtractArray.ExtractionType

Packages that use WekaExtractArray.ExtractionType
adams.flow.transformer   
 

Uses of WekaExtractArray.ExtractionType in adams.flow.transformer
 

Fields in adams.flow.transformer declared as WekaExtractArray.ExtractionType
protected  WekaExtractArray.ExtractionType WekaExtractArray.m_Type
          the type of extraction.
 

Methods in adams.flow.transformer that return WekaExtractArray.ExtractionType
 WekaExtractArray.ExtractionType WekaExtractArray.getType()
          Returns the type of extraction to perform.
static WekaExtractArray.ExtractionType WekaExtractArray.ExtractionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WekaExtractArray.ExtractionType[] WekaExtractArray.ExtractionType.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 WekaExtractArray.ExtractionType
 void WekaExtractArray.setType(WekaExtractArray.ExtractionType value)
          Sets the type of extraction to perform.
 



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