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.OutputTypeConvertFeatures. m_OutputTypewhether to output the header of the row.Methods in adams.flow.transformer that return ConvertFeatures.OutputType Modifier and Type Method Description ConvertFeatures.OutputTypeConvertFeatures. getOutputType()Returns the type of output to generate.static ConvertFeatures.OutputTypeConvertFeatures.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 voidConvertFeatures. setOutputType(ConvertFeatures.OutputType value)Sets the type of output to generate.
-