Uses of Class
org.kie.workbench.common.services.shared.kmodule.ClockTypeOption
-
Packages that use ClockTypeOption Package Description org.kie.workbench.common.services.shared.kmodule -
-
Uses of ClockTypeOption in org.kie.workbench.common.services.shared.kmodule
Methods in org.kie.workbench.common.services.shared.kmodule that return ClockTypeOption Modifier and Type Method Description static ClockTypeOptionClockTypeOption. get(String clockType)ClockTypeOptionKSessionModel. getClockType()static ClockTypeOptionClockTypeOption. valueOf(String name)Returns the enum constant of this type with the specified name.static ClockTypeOption[]ClockTypeOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kie.workbench.common.services.shared.kmodule with parameters of type ClockTypeOption Modifier and Type Method Description voidKSessionModel. setClockType(ClockTypeOption clockTypeEnum)
-