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 ModuleStateReturns 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 TypeMethodDescriptionbooleanModuleState.is(ModuleState state) booleanModuleState.isOneOf(ModuleState state0, ModuleState... states)