Uses of Enum Class
org.kie.api.builder.model.KieSessionModel.KieSessionType
Packages that use KieSessionModel.KieSessionType
-
Uses of KieSessionModel.KieSessionType in org.kie.api.builder.model
Methods in org.kie.api.builder.model that return KieSessionModel.KieSessionTypeModifier and TypeMethodDescriptionKieSessionModel.getType()Returns the type of this KieSessionModelReturns the enum constant of this class with the specified name.static KieSessionModel.KieSessionType[]KieSessionModel.KieSessionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.kie.api.builder.model with parameters of type KieSessionModel.KieSessionTypeModifier and TypeMethodDescriptionKieSessionModel.setType(KieSessionModel.KieSessionType type) Sets the type for this KieSessionModel.