Uses of Class
org.guvnor.ala.ui.model.ProviderTypeStatus
-
Packages that use ProviderTypeStatus Package Description org.guvnor.ala.ui.model org.guvnor.ala.ui.service -
-
Uses of ProviderTypeStatus in org.guvnor.ala.ui.model
Methods in org.guvnor.ala.ui.model that return ProviderTypeStatus Modifier and Type Method Description static ProviderTypeStatusProviderTypeStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ProviderTypeStatus[]ProviderTypeStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ProviderTypeStatus in org.guvnor.ala.ui.service
Methods in org.guvnor.ala.ui.service that return types with arguments of type ProviderTypeStatus Modifier and Type Method Description Map<ProviderType,ProviderTypeStatus>ProviderTypeService. getProviderTypesStatus()Gets the status of the available provider types.
-