public enum EqualityBehaviorOption extends Enum<EqualityBehaviorOption> implements SingleValueKieBaseOption
| Modifier and Type | Field and Description | 
|---|---|
static String | 
PROPERTY_NAME
The property name for the sequential mode option 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static EqualityBehaviorOption | 
determineEqualityBehavior(String option)  | 
String | 
getPropertyName()
Returns the property name for this option 
 | 
static EqualityBehaviorOption | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static EqualityBehaviorOption[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final EqualityBehaviorOption IDENTITY
public static final EqualityBehaviorOption EQUALITY
public static final String PROPERTY_NAME
public static EqualityBehaviorOption[] values()
for (EqualityBehaviorOption c : EqualityBehaviorOption.values()) System.out.println(c);
public static EqualityBehaviorOption valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getPropertyName()
getPropertyName in interface Optionpublic static EqualityBehaviorOption determineEqualityBehavior(String option)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.