Uses of Class
org.apache.felix.scr.impl.manager.AbstractComponentManager.State
-
Packages that use AbstractComponentManager.State Package Description org.apache.felix.scr.impl.manager -
-
Uses of AbstractComponentManager.State in org.apache.felix.scr.impl.manager
Methods in org.apache.felix.scr.impl.manager that return AbstractComponentManager.State Modifier and Type Method Description static AbstractComponentManager.StateAbstractComponentManager.State. valueOf(String name)Returns the enum constant of this type with the specified name.static AbstractComponentManager.State[]AbstractComponentManager.State. values()Returns an array containing the constants of this enum type, in the order they are declared.
-