Uses of Class
adams.flow.source.DumpVariables.OutputType
-
Packages that use DumpVariables.OutputType Package Description adams.flow.source -
-
Uses of DumpVariables.OutputType in adams.flow.source
Fields in adams.flow.source declared as DumpVariables.OutputType Modifier and Type Field Description protected DumpVariables.OutputType
DumpVariables. m_OutputType
the output format.Methods in adams.flow.source that return DumpVariables.OutputType Modifier and Type Method Description DumpVariables.OutputType
DumpVariables. getOutputType()
Returns the format to output the variables in.static DumpVariables.OutputType
DumpVariables.OutputType. valueOf(String name)
Returns the enum constant of this type with the specified name.static DumpVariables.OutputType[]
DumpVariables.OutputType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.source with parameters of type DumpVariables.OutputType Modifier and Type Method Description void
DumpVariables. setOutputType(DumpVariables.OutputType value)
Sets the format to output the variables in.
-