Uses of Enum Class
ooaofooa.datatypes.RunStateType
Packages that use RunStateType
Package
Description
-
Uses of RunStateType in io.ciera.tool.sql.ooaofooa.instance
Methods in io.ciera.tool.sql.ooaofooa.instance that return RunStateTypeMethods in io.ciera.tool.sql.ooaofooa.instance with parameters of type RunStateTypeModifier and TypeMethodDescriptionvoidStack.setRunState(RunStateType m_runState) voidStackSet.setRunState(RunStateType m_runState) -
Uses of RunStateType in io.ciera.tool.sql.ooaofooa.instance.impl
Methods in io.ciera.tool.sql.ooaofooa.instance.impl that return RunStateTypeMethods in io.ciera.tool.sql.ooaofooa.instance.impl with parameters of type RunStateTypeModifier and TypeMethodDescriptionstatic StackStackImpl.create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, io.ciera.runtime.summit.types.UniqueId m_Stack_ID, io.ciera.runtime.summit.types.UniqueId ref_Execution_Engine_ID, RunStateType m_runState, String m_suspendReason) static StackStackImpl.create(Sql context, io.ciera.runtime.summit.types.UniqueId m_Stack_ID, io.ciera.runtime.summit.types.UniqueId ref_Execution_Engine_ID, RunStateType m_runState, String m_suspendReason) voidStackImpl.setRunState(RunStateType m_runState) voidStackSetImpl.setRunState(RunStateType m_runState) -
Uses of RunStateType in ooaofooa.datatypes
Methods in ooaofooa.datatypes that return RunStateTypeModifier and TypeMethodDescriptionstatic RunStateTypeRunStateType.deserialize(Object o) static RunStateTypeRunStateType.valueOf(int value) Returns the enum constant of this class with the specified name.static RunStateTypeReturns the enum constant of this class with the specified name.static RunStateType[]RunStateType.values()Returns an array containing the constants of this enum class, in the order they are declared.