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