Uses of Class
com.bc.ceres.core.runtime.ModuleState
-
Packages that use ModuleState Package Description com.bc.ceres.core.runtime Provides the module runtime framework. -
-
Uses of ModuleState in com.bc.ceres.core.runtime
Methods in com.bc.ceres.core.runtime that return ModuleState Modifier and Type Method Description ModuleState
Module. getState()
static ModuleState
ModuleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ModuleState[]
ModuleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.bc.ceres.core.runtime with parameters of type ModuleState Modifier and Type Method Description boolean
ModuleState. is(ModuleState state)
boolean
ModuleState. isOneOf(ModuleState state0, ModuleState... states)
-