Uses of Class
org.kie.api.runtime.conf.KeepReferenceOption
-
Packages that use KeepReferenceOption Package Description org.kie.api.runtime.conf -
-
Uses of KeepReferenceOption in org.kie.api.runtime.conf
Fields in org.kie.api.runtime.conf with type parameters of type KeepReferenceOption Modifier and Type Field Description static OptionKey<KeepReferenceOption>
KeepReferenceOption. KEY
Methods in org.kie.api.runtime.conf that return KeepReferenceOption Modifier and Type Method Description static KeepReferenceOption
KeepReferenceOption. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static KeepReferenceOption[]
KeepReferenceOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-