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