Uses of Class
adams.flow.transformer.WekaFileReader.OutputType
-
Packages that use WekaFileReader.OutputType Package Description adams.flow.transformer -
-
Uses of WekaFileReader.OutputType in adams.flow.transformer
Fields in adams.flow.transformer declared as WekaFileReader.OutputType Modifier and Type Field Description protected WekaFileReader.OutputTypeWekaFileReader. m_OutputTypehow to output the data.Methods in adams.flow.transformer that return WekaFileReader.OutputType Modifier and Type Method Description WekaFileReader.OutputTypeWekaFileReader. getOutputType()Returns how to output the data.static WekaFileReader.OutputTypeWekaFileReader.OutputType. valueOf(String name)Returns the enum constant of this type with the specified name.static WekaFileReader.OutputType[]WekaFileReader.OutputType. 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 WekaFileReader.OutputType Modifier and Type Method Description voidWekaFileReader. setOutputType(WekaFileReader.OutputType value)Sets how to output the data.
-