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.ListTypeListPackages. m_ListTypethe type of list to generate.Methods in adams.flow.source.wekapackagemanageraction that return ListPackages.ListType Modifier and Type Method Description ListPackages.ListTypeListPackages. getListType()Returns the type of list to generate.static ListPackages.ListTypeListPackages.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 voidListPackages. setListType(ListPackages.ListType value)Sets the type of list to generate.
-