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.runtimeMethods in com.bc.ceres.core.runtime that return ModuleState Modifier and Type Method Description ModuleStateModule. getState()static ModuleStateModuleState. 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 booleanModuleState. is(ModuleState state)booleanModuleState. isOneOf(ModuleState state0, ModuleState... states)
 
-