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