public enum EventProcessingOption extends Enum<EventProcessingOption> 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 EventProcessingOption | 
determineEventProcessingMode(String mode)  | 
String | 
getMode()  | 
String | 
getPropertyName()
Returns the property name for this option 
 | 
String | 
toExternalForm()  | 
String | 
toString()  | 
static EventProcessingOption | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static EventProcessingOption[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final EventProcessingOption CLOUD
public static final EventProcessingOption STREAM
public static final String PROPERTY_NAME
public static EventProcessingOption[] values()
for (EventProcessingOption c : EventProcessingOption.values()) System.out.println(c);
public static EventProcessingOption 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 String getMode()
public String toString()
toString in class Enum<EventProcessingOption>public String toExternalForm()
public static EventProcessingOption determineEventProcessingMode(String mode)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.