Uses of Class
org.drools.ruleunits.api.conf.ClockType
-
Packages that use ClockType Package Description org.drools.ruleunits.api.conf -
-
Uses of ClockType in org.drools.ruleunits.api.conf
Methods in org.drools.ruleunits.api.conf that return ClockType Modifier and Type Method Description ClockType
value()
static ClockType
ClockType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ClockType[]
ClockType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-