KIE API 6.1.0.Beta2

Uses of Class
org.kie.api.builder.model.KieSessionModel.KieSessionType

Packages that use KieSessionModel.KieSessionType
org.kie.api.builder.model   
 

Uses of KieSessionModel.KieSessionType in org.kie.api.builder.model
 

Methods in org.kie.api.builder.model that return KieSessionModel.KieSessionType
 KieSessionModel.KieSessionType KieSessionModel.getType()
          Returns the type of this KieSessionModel
static KieSessionModel.KieSessionType KieSessionModel.KieSessionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static KieSessionModel.KieSessionType[] KieSessionModel.KieSessionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.kie.api.builder.model with parameters of type KieSessionModel.KieSessionType
 KieSessionModel KieSessionModel.setType(KieSessionModel.KieSessionType type)
          Sets the type for this KieSessionModel.
 


KIE API 6.1.0.Beta2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.