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.OutputType
WekaFileReader. m_OutputType
how to output the data.Methods in adams.flow.transformer that return WekaFileReader.OutputType Modifier and Type Method Description WekaFileReader.OutputType
WekaFileReader. getOutputType()
Returns how to output the data.static WekaFileReader.OutputType
WekaFileReader.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 void
WekaFileReader. setOutputType(WekaFileReader.OutputType value)
Sets how to output the data.
-