Uses of Class
types.TransitionType
-
Packages that use TransitionType Package Description io.ciera.tool.sql.architecture.statemachine io.ciera.tool.sql.architecture.statemachine.impl types -
-
Uses of TransitionType in io.ciera.tool.sql.architecture.statemachine
Methods in io.ciera.tool.sql.architecture.statemachine that return TransitionType Modifier and Type Method Description TransitionTypeTransitionTableCell. getTransition_type()Methods in io.ciera.tool.sql.architecture.statemachine with parameters of type TransitionType Modifier and Type Method Description voidTransitionTableCell. setTransition_type(TransitionType m_transition_type)voidTransitionTableCellSet. setTransition_type(TransitionType m_transition_type) -
Uses of TransitionType in io.ciera.tool.sql.architecture.statemachine.impl
Methods in io.ciera.tool.sql.architecture.statemachine.impl that return TransitionType Modifier and Type Method Description TransitionTypeTransitionTableCellImpl. getTransition_type()Methods in io.ciera.tool.sql.architecture.statemachine.impl with parameters of type TransitionType Modifier and Type Method Description static TransitionTableCellTransitionTableCellImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, String ref_sm_name, String ref_sm_package, String ref_state_name, String ref_event_sm_name, String ref_event_sm_package, String ref_event_name, TransitionType m_transition_type, int m_index)voidTransitionTableCellImpl. setTransition_type(TransitionType m_transition_type)voidTransitionTableCellSetImpl. setTransition_type(TransitionType m_transition_type) -
Uses of TransitionType in types
Methods in types that return TransitionType Modifier and Type Method Description static TransitionTypeTransitionType. deserialize(Object o)static TransitionTypeTransitionType. valueOf(int value)Returns the enum constant of this type with the specified name.static TransitionTypeTransitionType. valueOf(String name)Returns the enum constant of this type with the specified name.static TransitionType[]TransitionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-