| Package | Description | 
|---|---|
| org.kie.api.builder.model | |
| org.kie.api.conf | 
| Modifier and Type | Method and Description | 
|---|---|
KieBaseMutabilityOption | 
KieBaseModel.getMutability()
Returns the KieBaseMutabilityOption of this KieBaseModel 
 | 
| Modifier and Type | Method and Description | 
|---|---|
KieBaseModel | 
KieBaseModel.setMutability(KieBaseMutabilityOption mutability)
Sets the KieBaseMutabilityOption for this KieBaseModel. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static KieBaseMutabilityOption | 
KieBaseMutabilityOption.determineMutability(String option)  | 
static KieBaseMutabilityOption | 
KieBaseMutabilityOption.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static KieBaseMutabilityOption[] | 
KieBaseMutabilityOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.