Uses of Class
org.kiwiproject.registry.model.ServiceInstance.Status
-
Packages that use ServiceInstance.Status Package Description org.kiwiproject.registry.model -
-
Uses of ServiceInstance.Status in org.kiwiproject.registry.model
Methods in org.kiwiproject.registry.model that return ServiceInstance.Status Modifier and Type Method Description static ServiceInstance.StatusServiceInstance.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceInstance.Status[]ServiceInstance.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.
-