Uses of Class
adams.flow.source.wekapackagemanageraction.ListPackages.ListType
-
Packages that use ListPackages.ListType Package Description adams.flow.source.wekapackagemanageraction -
-
Uses of ListPackages.ListType in adams.flow.source.wekapackagemanageraction
Fields in adams.flow.source.wekapackagemanageraction declared as ListPackages.ListType Modifier and Type Field Description protected ListPackages.ListType
ListPackages. m_ListType
the type of list to generate.Methods in adams.flow.source.wekapackagemanageraction that return ListPackages.ListType Modifier and Type Method Description ListPackages.ListType
ListPackages. getListType()
Returns the type of list to generate.static ListPackages.ListType
ListPackages.ListType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListPackages.ListType[]
ListPackages.ListType. 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.ListType Modifier and Type Method Description void
ListPackages. setListType(ListPackages.ListType value)
Sets the type of list to generate.
-