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.OutputTypeDumpVariables. m_OutputTypethe output format.Methods in adams.flow.source that return DumpVariables.OutputType Modifier and Type Method Description DumpVariables.OutputTypeDumpVariables. getOutputType()Returns the format to output the variables in.static DumpVariables.OutputTypeDumpVariables.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 voidDumpVariables. setOutputType(DumpVariables.OutputType value)Sets the format to output the variables in.
-