Uses of Class
adams.flow.transformer.MOAInstanceDumper.OutputFormat
-
Packages that use MOAInstanceDumper.OutputFormat Package Description adams.flow.transformer -
-
Uses of MOAInstanceDumper.OutputFormat in adams.flow.transformer
Fields in adams.flow.transformer declared as MOAInstanceDumper.OutputFormat Modifier and Type Field Description protected MOAInstanceDumper.OutputFormat
MOAInstanceDumper. m_OutputFormat
the output format.Methods in adams.flow.transformer that return MOAInstanceDumper.OutputFormat Modifier and Type Method Description MOAInstanceDumper.OutputFormat
MOAInstanceDumper. getOutputFormat()
Returns the current output format.static MOAInstanceDumper.OutputFormat
MOAInstanceDumper.OutputFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static MOAInstanceDumper.OutputFormat[]
MOAInstanceDumper.OutputFormat. 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 MOAInstanceDumper.OutputFormat Modifier and Type Method Description void
MOAInstanceDumper. setOutputFormat(MOAInstanceDumper.OutputFormat value)
Sets the output format.
-