Uses of Class
ooaofooa.datatypes.RunStateType
-
Packages that use RunStateType Package Description io.ciera.tool.sql.ooaofooa.instance io.ciera.tool.sql.ooaofooa.instance.impl ooaofooa.datatypes -
-
Uses of RunStateType in io.ciera.tool.sql.ooaofooa.instance
Methods in io.ciera.tool.sql.ooaofooa.instance that return RunStateType Modifier and Type Method Description RunStateTypeStack. getRunState()Methods in io.ciera.tool.sql.ooaofooa.instance with parameters of type RunStateType Modifier and Type Method Description voidStack. 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 RunStateType Modifier and Type Method Description RunStateTypeStackImpl. getRunState()Methods in io.ciera.tool.sql.ooaofooa.instance.impl with parameters of type RunStateType Modifier and Type Method Description static 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 RunStateType Modifier and Type Method Description static RunStateTypeRunStateType. deserialize(Object o)static RunStateTypeRunStateType. valueOf(int value)Returns the enum constant of this type with the specified name.static RunStateTypeRunStateType. valueOf(String name)Returns the enum constant of this type with the specified name.static RunStateType[]RunStateType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-