Uses of Enum Class
com.bc.ceres.core.runtime.ModuleState
Packages that use ModuleState
-
Uses of ModuleState in com.bc.ceres.core.runtime
Methods in com.bc.ceres.core.runtime that return ModuleStateModifier and TypeMethodDescriptionModule.getState()
static ModuleState
Returns the enum constant of this class with the specified name.static ModuleState[]
ModuleState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.bc.ceres.core.runtime with parameters of type ModuleStateModifier and TypeMethodDescriptionboolean
ModuleState.is
(ModuleState state) boolean
ModuleState.isOneOf
(ModuleState state0, ModuleState... states)