Uses of Class
org.aksw.commons.util.lifecycle.LifeCycleBase.State
-
Packages that use LifeCycleBase.State Package Description org.aksw.commons.util.lifecycle -
-
Uses of LifeCycleBase.State in org.aksw.commons.util.lifecycle
Fields in org.aksw.commons.util.lifecycle declared as LifeCycleBase.State Modifier and Type Field Description protected LifeCycleBase.StateLifeCycleBase. stateMethods in org.aksw.commons.util.lifecycle that return LifeCycleBase.State Modifier and Type Method Description static LifeCycleBase.StateLifeCycleBase.State. valueOf(String name)Returns the enum constant of this type with the specified name.static LifeCycleBase.State[]LifeCycleBase.State. values()Returns an array containing the constants of this enum type, in the order they are declared.
-