Uses of Class
cn.sliew.milky.common.lifecycle.LifeCycle.State
-
Packages that use LifeCycle.State Package Description cn.sliew.milky.common.lifecycle -
-
Uses of LifeCycle.State in cn.sliew.milky.common.lifecycle
Methods in cn.sliew.milky.common.lifecycle that return LifeCycle.State Modifier and Type Method Description LifeCycle.StateAbstractLifeCycle. getState()LifeCycle.StateLifeCycle. getState()Gets the life-cycle state.static LifeCycle.StateLifeCycle.State. valueOf(String name)Returns the enum constant of this type with the specified name.static LifeCycle.State[]LifeCycle.State. values()Returns an array containing the constants of this enum type, in the order they are declared.
-