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.OutputFormatListPackages. m_OutputFormatthe output format.Methods in adams.flow.source.wekapackagemanageraction that return ListPackages.OutputFormat Modifier and Type Method Description ListPackages.OutputFormatListPackages. getOutputFormat()Returns the type of output format to generate.static ListPackages.OutputFormatListPackages.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 voidListPackages. setOutputFormat(ListPackages.OutputFormat value)Sets the type of output format to generate.
-