| Package | Description |
|---|---|
| org.kie.api.builder.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
KieSessionModel |
KieSessionModel.setType(KieSessionModel.KieSessionType type)
Sets the type for this KieSessionModel.
|
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.