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